mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
13 lines
435 B
Text
13 lines
435 B
Text
--- modules/Makefile Wed Aug 13 16:31:56 2003
|
|
+++ modules/Makefile.patch Sat Aug 16 01:51:05 2003
|
|
@@ -18,8 +18,8 @@
|
|
OBJ3 = $(SRC3:.c=.o)
|
|
NAM3 = modremap.so
|
|
|
|
-CFLAGS = -I../vm/include/ -I../libhash/include/ -I../libelfsh/include/ \
|
|
- -Wall -g3 -O2 -fPIC -rdynamic -DELFSH_INTERN
|
|
+CFLAGS += -I../vm/include/ -I../libhash/include/ -I../libelfsh/include/ \
|
|
+ -Wall -g3 -fPIC -rdynamic -DELFSH_INTERN
|
|
CC = gcc
|
|
|
|
all : test remap #flow
|