svn commit: r397600 - head/audio/wxguitar

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 23 00:47:48 UTC 2015


Author: amdmi3
Date: Wed Sep 23 00:47:47 2015
New Revision: 397600
URL: https://svnweb.freebsd.org/changeset/ports/397600

Log:
  - Drop no-op WX_UNICODE and unneeded {CPP,LD}FLAGS

Modified:
  head/audio/wxguitar/Makefile

Modified: head/audio/wxguitar/Makefile
==============================================================================
--- head/audio/wxguitar/Makefile	Wed Sep 23 00:04:36 2015	(r397599)
+++ head/audio/wxguitar/Makefile	Wed Sep 23 00:47:47 2015	(r397600)
@@ -17,10 +17,7 @@ USES=		compiler:c++11-lib
 USE_CXXSTD=	c++11
 GNU_CONFIGURE=	yes
 USE_WX=		3.0
-WX_UNICODE=	yes
 CONFIGURE_ARGS=	--with-wx-config=${WX_CONFIG}
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 WRKSRC=		${WRKDIR}/wxGuitar
 


More information about the svn-ports-head mailing list