mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
11 lines
340 B
Text
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
|
|
|