forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
274 B
Text
11 lines
274 B
Text
--- Makefile.orig 2002-09-26 13:56:06.000000000 +0000
|
|
+++ Makefile
|
|
@@ -8,7 +8,7 @@ FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) -
|
|
#LIBS = $(GTK_LIB) $(IMLIB_LIB) -lefence
|
|
LIBS = $(GTK_LIB) $(IMLIB_LIB)
|
|
|
|
-LFLAGS = -shared -W1
|
|
+LFLAGS = -shared
|
|
|
|
CC = gcc $(CFLAGS) $(FLAGS)
|
|
|