Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2014 16:17:08 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352630 - head/x11/gnome-terminal
Message-ID:  <201404291617.s3TGH8Ew018191@svn.freebsd.org>

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



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