svn commit: r351966 - in head/x11-wm/compiz: . files

Jung-uk Kim jkim at FreeBSD.org
Wed Apr 23 19:26:06 UTC 2014


Author: jkim
Date: Wed Apr 23 19:26:06 2014
New Revision: 351966
URL: http://svnweb.freebsd.org/changeset/ports/351966
QAT: https://qat.redports.org/buildarchive/r351966/

Log:
  Explicitly set libXext dependency to fix build after r351936.

Added:
  head/x11-wm/compiz/files/patch-configure   (contents, props changed)
Modified:
  head/x11-wm/compiz/Makefile

Modified: head/x11-wm/compiz/Makefile
==============================================================================
--- head/x11-wm/compiz/Makefile	Wed Apr 23 18:41:40 2014	(r351965)
+++ head/x11-wm/compiz/Makefile	Wed Apr 23 19:26:06 2014	(r351966)
@@ -21,7 +21,8 @@ INSTALL_TARGET=	install-strip
 USES=		gettext gmake libtool:keepla pathfix tar:bzip2
 USE_GL=		glu
 USE_GNOME=	gconf2 libxslt
-USE_XORG=	xcomposite xfixes xdamage xrandr xrender ice sm xinerama glproto
+USE_XORG=	glproto ice sm xcomposite xdamage xext xfixes xinerama \
+		xrandr xrender
 USE_LDCONFIG=	yes
 
 GCONF_SCHEMAS=	gwd.schemas \

Added: head/x11-wm/compiz/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/compiz/files/patch-configure	Wed Apr 23 19:26:06 2014	(r351966)
@@ -0,0 +1,10 @@
+--- configure
++++ configure
+@@ -17021,6 +17021,7 @@
+ COMPIZ_REQUIRES="xcomposite \
+ 		 xfixes	    \
+ 		 xdamage    \
++		 xext       \
+ 		 xrandr	    \
+ 		 xinerama   \
+ 		 ice	    \


More information about the svn-ports-head mailing list