diff options
Diffstat (limited to 'devel/opencvs/files/patch-Makefile')
-rw-r--r-- | devel/opencvs/files/patch-Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/opencvs/files/patch-Makefile b/devel/opencvs/files/patch-Makefile new file mode 100644 index 000000000000..d30782e06507 --- /dev/null +++ b/devel/opencvs/files/patch-Makefile @@ -0,0 +1,19 @@ +--- Makefile 2008-06-21 17:39:15.000000000 +0200 ++++ Makefile 2008-11-01 14:42:14.000000000 +0100 +@@ -12,14 +12,7 @@ + server.c status.c tag.c trigger.c worklist.c util.c update.c version.c \ + watch.c xmalloc.c + +-CFLAGS+=-Wall +-CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes +-CFLAGS+=-Wmissing-declarations +-CFLAGS+=-Wshadow -Wpointer-arith -Wcast-qual +-CFLAGS+=-Wsign-compare +-DEBUG= -g -ggdb +-YFLAGS= +- +-INSTALL_STRIP= ++DPADD+= ${LIBZ} ++LDADD+= -lz -lmd + + .include <bsd.prog.mk> |