svn commit: r342839 - head/misc/gkrellmlaunch2/files

John Marino marino at FreeBSD.org
Wed Feb 5 20:20:17 UTC 2014


Author: marino
Date: Wed Feb  5 20:20:16 2014
New Revision: 342839
URL: http://svnweb.freebsd.org/changeset/ports/342839
QAT: https://qat.redports.org/buildarchive/r342839/

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

Added:
  head/misc/gkrellmlaunch2/files/
  head/misc/gkrellmlaunch2/files/patch-Makefile   (contents, props changed)

Added: head/misc/gkrellmlaunch2/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/gkrellmlaunch2/files/patch-Makefile	Wed Feb  5 20:20:16 2014	(r342839)
@@ -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)
+ 


More information about the svn-ports-all mailing list