1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

misc/gkrellmlaunch2: Fix for new linkers (-Wl must have an argument)

This commit is contained in:
John Marino 2014-02-05 20:20:16 +00:00
parent 15a71848e5
commit b7a82ca5af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342839

View File

@ -0,0 +1,11 @@
--- 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)