From owner-svn-ports-head@FreeBSD.ORG Tue Dec 17 09:28:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AD55CC7; Tue, 17 Dec 2013 09:28:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 85A491E98; Tue, 17 Dec 2013 09:28:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBH9SJv0090446; Tue, 17 Dec 2013 09:28:19 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBH9SJE1090445; Tue, 17 Dec 2013 09:28:19 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201312170928.rBH9SJE1090445@svn.freebsd.org> From: Guido Falsi Date: Tue, 17 Dec 2013 09:28:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336702 - head/audio/gxmms2/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 09:28:19 -0000 Author: madpilot Date: Tue Dec 17 09:28:19 2013 New Revision: 336702 URL: http://svnweb.freebsd.org/changeset/ports/336702 Log: - Fix build on 10 and head due to new ld behavior Modified: head/audio/gxmms2/files/patch-Makefile (contents, props changed) Modified: head/audio/gxmms2/files/patch-Makefile ============================================================================== --- head/audio/gxmms2/files/patch-Makefile Tue Dec 17 09:05:33 2013 (r336701) +++ head/audio/gxmms2/files/patch-Makefile Tue Dec 17 09:28:19 2013 (r336702) @@ -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 +