diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 05:27:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 05:27:31 +0000 |
commit | ab4f2946553cbc625cd82c853072cb36467fe40e (patch) | |
tree | ce4c3749e9e4fb10f2366b302c0ed63113ba1041 /games-strategy/freecnc/files/0.2.1.31072003-makefile-cflags.patch | |
parent | minor version update. resolves bug 27641 (diff) | |
download | historical-ab4f2946553cbc625cd82c853072cb36467fe40e.tar.gz historical-ab4f2946553cbc625cd82c853072cb36467fe40e.tar.bz2 historical-ab4f2946553cbc625cd82c853072cb36467fe40e.zip |
mmm strategy games
Diffstat (limited to 'games-strategy/freecnc/files/0.2.1.31072003-makefile-cflags.patch')
-rw-r--r-- | games-strategy/freecnc/files/0.2.1.31072003-makefile-cflags.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games-strategy/freecnc/files/0.2.1.31072003-makefile-cflags.patch b/games-strategy/freecnc/files/0.2.1.31072003-makefile-cflags.patch new file mode 100644 index 000000000000..6ca3ead15d6b --- /dev/null +++ b/games-strategy/freecnc/files/0.2.1.31072003-makefile-cflags.patch @@ -0,0 +1,17 @@ +--- Makefile.orig 2003-07-31 22:49:19.000000000 -0400 ++++ Makefile 2003-07-31 22:50:10.000000000 -0400 +@@ -9,13 +9,10 @@ + # + linux: + + $(MAKE) -j2 -C src freecnc-bin \ +- "EXTRACFLAGS = -ansi -pedantic -Werror" \ + "LIBS = -lSDL_net" + + $(MAKE) -j2 -C src plugins \ +- "EXTRACFLAGS = -ansi -pedantic -fPIC -Werror" \ + "LDFLAGS = -shared" +- + $(MAKE) -j2 -C tools \ +- "EXTRACFLAGS = -ansi -pedantic" ++ + $(MAKE) -j2 -C tools + + linux-nonet: + + $(MAKE) -j2 -C src freecnc-bin \ |