ports/devel/elfsh/files/patch-modules_modflow_Makefile
Baptiste Daroussin 3c4a170b07 Fix collision with dprintf(3)
While here, regenerate patches and move some post-patch into an already existing
patch
2016-07-29 23:02:48 +00:00

11 lines
340 B
Text

--- modules/modflow/Makefile.orig 2003-08-21 01:11:03 UTC
+++ modules/modflow/Makefile
@@ -17,7 +17,7 @@ OBJS = $(SRCS:.c=.o)
NAME = modflow.so
-CFLAGS = -Wall -Werror -ggdb -I../../vm/include \
+CFLAGS += -Wall -Werror -ggdb -I../../vm/include \
-I../../libelfsh/include -I../../libhash/include \
-fPIC -rdynamic -DELFSH_INTERN