summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Bush <ali_bush@gentoo.org>2009-08-07 12:31:36 +0000
committerAlistair Bush <ali_bush@gentoo.org>2009-08-07 12:31:36 +0000
commit6dc215b1dee715069e306d01652fa25433f4d81b (patch)
treeb72be6fe490c6f951712e5e5a99a806c92ac71dd /dev-java/nailgun/files/0.7.1-Makefile.patch
parentFix building with GLIBC 2.10+ wrt #271640. (diff)
downloadgentoo-2-6dc215b1dee715069e306d01652fa25433f4d81b.tar.gz
gentoo-2-6dc215b1dee715069e306d01652fa25433f4d81b.tar.bz2
gentoo-2-6dc215b1dee715069e306d01652fa25433f4d81b.zip
Add nailgun.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/nailgun/files/0.7.1-Makefile.patch')
-rw-r--r--dev-java/nailgun/files/0.7.1-Makefile.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-java/nailgun/files/0.7.1-Makefile.patch b/dev-java/nailgun/files/0.7.1-Makefile.patch
new file mode 100644
index 000000000000..fe489d46ede9
--- /dev/null
+++ b/dev-java/nailgun/files/0.7.1-Makefile.patch
@@ -0,0 +1,13 @@
+--- Makefile.orig 2009-08-07 23:44:55.000000000 +1200
++++ Makefile 2009-08-07 23:45:43.000000000 +1200
+@@ -5,9 +5,8 @@
+ #
+ # Marty Lamb
+
+-CC=gcc
+ WIN32_CC=/usr/local/mingw32/bin/mingw32-gcc
+-CFLAGS=-Wall -pedantic -s -O3
++CFLAGS+=-Wall
+
+ ng: src/c/ng.c
+ @echo "Building ng client. To build a Windows binary, type 'make ng.exe'"