svn commit: r336706 - branches/2014Q1/audio/gxmms2/files
Guido Falsi
madpilot at FreeBSD.org
Tue Dec 17 10:06:11 UTC 2013
Author: madpilot
Date: Tue Dec 17 10:06:10 2013
New Revision: 336706
URL: http://svnweb.freebsd.org/changeset/ports/336706
Log:
MFH: r336702
Fix build on 10 and head due to new ld behavior.
Approved by: portmgr-lurkers (mat)
Modified:
branches/2014Q1/audio/gxmms2/files/patch-Makefile (contents, props changed)
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/audio/gxmms2/files/patch-Makefile
==============================================================================
--- branches/2014Q1/audio/gxmms2/files/patch-Makefile Tue Dec 17 09:41:43 2013 (r336705)
+++ branches/2014Q1/audio/gxmms2/files/patch-Makefile Tue Dec 17 10:06:10 2013 (r336706)
@@ -1,5 +1,5 @@
---- Makefile.orig Sun Mar 4 14:28:26 2007
-+++ Makefile Sun Mar 4 14:30:42 2007
+--- Makefile.orig 2009-01-04 19:30:38.000000000 +0100
++++ Makefile 2013-12-15 22:56:10.004889065 +0100
@@ -1,8 +1,6 @@
# Makefile for gxmms2 and gkrellxmms2
@@ -9,3 +9,12 @@
ALLFILES=gkrellxmms2/*.c gkrellxmms2/*.h gkrellxmms2/*.xpm gmedialib/*.c gmedialib/*.h gmedialib/*.xpm gtrackinfo/*.c gtrackinfo/*.h gxmms2src/*.c gxmms2src/*.h gxmms2src/*.xpm sdecode/*.c sdecode/*.h xmms2ctrl/*.c xmms2ctrl/*.h Makefile README COPYING CHANGELOG
+@@ -13,7 +11,7 @@
+
+ CFLAGS ?= -O2
+ CFLAGS := -Wall -fPIC $(GTK_CFLAGS) $(XMMS2_CFLAGS) -I. $(CFLAGS)
+-LIBS = $(GTK_LIB) $(XMMS2_LIB)
++LIBS = $(GTK_LIB) $(XMMS2_LIB) -lX11
+
+ KRELLLFLAGS=-shared
+
More information about the svn-ports-branches
mailing list