Date: Tue, 17 Dec 2013 10:06:10 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r336706 - branches/2014Q1/audio/gxmms2/files Message-ID: <201312171006.rBHA6At6004593@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312171006.rBHA6At6004593>