svn commit: r337135 - branches/2014Q1/misc/hotkeys
Mathieu Arnold
mat at FreeBSD.org
Sat Dec 21 10:34:17 UTC 2013
Author: mat
Date: Sat Dec 21 10:34:16 2013
New Revision: 337135
URL: http://svnweb.freebsd.org/changeset/ports/337135
Log:
MFH: r337117
misc/hotkeys: Fix build
The build requires two additional libraries: Xft and pangoxft
Approved by: portmgr (implicit)
Modified:
branches/2014Q1/misc/hotkeys/Makefile
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/misc/hotkeys/Makefile
==============================================================================
--- branches/2014Q1/misc/hotkeys/Makefile Sat Dec 21 10:33:17 2013 (r337134)
+++ branches/2014Q1/misc/hotkeys/Makefile Sat Dec 21 10:34:16 2013 (r337135)
@@ -20,7 +20,7 @@ CONFIGURE_ARGS= --with-db3-inc=${BDB_INC
--with-db3-lib=${BDB_LIB_DIR} \
--with-db-name=${BDB_LIB_NAME}
-USE_XORG= x11 xkbfile xmu
+USE_XORG= x11 xkbfile xmu xft
GNU_CONFIGURE= yes
USE_BDB= yes
USES= gmake
@@ -39,6 +39,8 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e '/^install-exec-am/s/install-sysconfDATA//' \
${WRKSRC}/src/Makefile.in
+post-configure:
+ ${REINPLACE_CMD} -e 's,-lXinerama,-lXinerama `pkgconf --libs pangoxft`,g' ${WRKSRC}/src/Makefile
post-install:
@${INSTALL_DATA} ${WRKSRC}/src/hotkeys.conf ${STAGEDIR}${PREFIX}/etc/hotkeys.conf.sample
More information about the svn-ports-branches
mailing list