svn commit: r352630 - head/x11/gnome-terminal
Tijl Coosemans
tijl at FreeBSD.org
Tue Apr 29 16:17:08 UTC 2014
Author: tijl
Date: Tue Apr 29 16:17:08 2014
New Revision: 352630
URL: http://svnweb.freebsd.org/changeset/ports/352630
QAT: https://qat.redports.org/buildarchive/r352630/
Log:
Fix build after r351936 by adding a dependency on libICE.
Reported by: olgeni
Modified:
head/x11/gnome-terminal/Makefile
Modified: head/x11/gnome-terminal/Makefile
==============================================================================
--- head/x11/gnome-terminal/Makefile Tue Apr 29 15:07:19 2014 (r352629)
+++ head/x11/gnome-terminal/Makefile Tue Apr 29 16:17:08 2014 (r352630)
@@ -16,7 +16,7 @@ LIB_DEPENDS= libstartup-notification-1.s
USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
INSTALLS_OMF= yes
-USE_XORG= sm
+USE_XORG= ice sm
USE_GNOME= gnomeprefix intlhack gconf2 vte gnomedocutils libgnome
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -27,5 +27,7 @@ GCONF_SCHEMAS= gnome-terminal.schemas
post-patch:
@${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \
${WRKSRC}/configure ${WRKSRC}/config.h.in
+ @${REINPLACE_CMD} '/SMCLIENT_LIBS =/s/$$/ -lICE/' \
+ ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list