svn commit: r356068 - head/devel/gwenhywfar
John Marino
marino at FreeBSD.org
Sun Jun 1 09:10:37 UTC 2014
Author: marino
Date: Sun Jun 1 09:10:37 2014
New Revision: 356068
URL: http://svnweb.freebsd.org/changeset/ports/356068
QAT: https://qat.redports.org/buildarchive/r356068/
Log:
devel/gwenhywfar: Fix on F10, F11, and DF
The newer platforms need explicit linking to libintl.so
Modified:
head/devel/gwenhywfar/Makefile
Modified: head/devel/gwenhywfar/Makefile
==============================================================================
--- head/devel/gwenhywfar/Makefile Sun Jun 1 09:07:52 2014 (r356067)
+++ head/devel/gwenhywfar/Makefile Sun Jun 1 09:10:37 2014 (r356068)
@@ -22,6 +22,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-release="yes" \
--with-guis="${SLAVEPORT}"
CPPFLAGS+= -DGCRYPT_NO_DEPRECATED -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib -lintl
PLIST_SUB= GWEN_SHLIB_VER="${GWEN_SHLIB_VER}"
USE_LDCONFIG= yes
@@ -49,7 +50,6 @@ INSTALL_WRKSRC= ${WRKSRC}/gui/${SLAVEPOR
.if ${SLAVEPORT}=="fox16"
LIB_DEPENDS+= libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
.endif
.if ${SLAVEPORT}=="gtk2"
More information about the svn-ports-all
mailing list