summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/nailgun/files/0.7.1-r1-Makefile.patch')
-rw-r--r--dev-java/nailgun/files/0.7.1-r1-Makefile.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-java/nailgun/files/0.7.1-r1-Makefile.patch b/dev-java/nailgun/files/0.7.1-r1-Makefile.patch
deleted file mode 100644
index a381854855..0000000000
--- a/dev-java/nailgun/files/0.7.1-r1-Makefile.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -Naur nailgun-0.7.1/Makefile nailgun-0.7.1_patches/Makefile
---- nailgun-0.7.1/Makefile 2004-11-25 11:00:22.000000000 +1300
-+++ nailgun-0.7.1_patches/Makefile 2012-04-19 07:22:16.000000000 +1200
-@@ -5,13 +5,11 @@
- #
- # Marty Lamb
-
--CC=gcc
- WIN32_CC=/usr/local/mingw32/bin/mingw32-gcc
--CFLAGS=-Wall -pedantic -s -O3
-
- ng: src/c/ng.c
- @echo "Building ng client. To build a Windows binary, type 'make ng.exe'"
-- ${CC} ${CFLAGS} -o ng src/c/ng.c
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o ng src/c/ng.c
-
- ng.exe: src/c/ng.c
- # any idea why the command line is so sensitive to the order of