Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 2013 10:34:17 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r337135 - branches/2014Q1/misc/hotkeys
Message-ID:  <201312211034.rBLAYHui082846@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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