diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-05 20:20:16 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-05 20:20:16 +0000 |
commit | b7a82ca5afd9b95e50dfdd6034604f8748fb4fd6 (patch) | |
tree | 10977540c501cad1f173774997528865602dd621 /misc | |
parent | 15a71848e56feebf5c6c1c6e9c8d3e501ed6d328 (diff) | |
download | ports-b7a82ca5afd9b95e50dfdd6034604f8748fb4fd6.tar.gz ports-b7a82ca5afd9b95e50dfdd6034604f8748fb4fd6.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellmlaunch2/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/gkrellmlaunch2/files/patch-Makefile b/misc/gkrellmlaunch2/files/patch-Makefile new file mode 100644 index 000000000000..8ad05e9645d6 --- /dev/null +++ b/misc/gkrellmlaunch2/files/patch-Makefile @@ -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) + |