opnsense-ports/misc/gkrellmlaunch2/files/patch-Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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)