Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2012 23:11:50 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309596 - head/audio/pianobar
Message-ID:  <201212282311.qBSNBoCY023708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Fri Dec 28 23:11:50 2012
New Revision: 309596
URL: http://svnweb.freebsd.org/changeset/ports/309596

Log:
  - restore CFLAGS/LDFLAGS ( won't build without clobbering )
  
  PR:		174726

Modified:
  head/audio/pianobar/Makefile

Modified: head/audio/pianobar/Makefile
==============================================================================
--- head/audio/pianobar/Makefile	Fri Dec 28 22:57:49 2012	(r309595)
+++ head/audio/pianobar/Makefile	Fri Dec 28 23:11:50 2012	(r309596)
@@ -26,7 +26,7 @@ PLIST_FILES=	bin/pianobar
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 
-CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+CFLAGS=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212282311.qBSNBoCY023708>