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:
parent
15a71848e5
commit
b7a82ca5af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342839
11
misc/gkrellmlaunch2/files/patch-Makefile
Normal file
11
misc/gkrellmlaunch2/files/patch-Makefile
Normal 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)
|
||||
|
Loading…
Reference in New Issue
Block a user