Date: Sun, 1 Jun 2014 09:10:37 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356068 - head/devel/gwenhywfar Message-ID: <201406010910.s519AbY6047875@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406010910.s519AbY6047875>