aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-04-24 03:26:06 +0800
committerjkim <jkim@FreeBSD.org>2014-04-24 03:26:06 +0800
commitd1989804cd4d4e3567ec0aaaa10461ebf48bf419 (patch)
tree87b7cf392ca82d93241741b8fc9aeb23d1396621
parentbac83fdadfde3f7928b46f0675c9337a0b3c043c (diff)
downloadfreebsd-ports-graphics-d1989804cd4d4e3567ec0aaaa10461ebf48bf419.tar.gz
freebsd-ports-graphics-d1989804cd4d4e3567ec0aaaa10461ebf48bf419.tar.zst
freebsd-ports-graphics-d1989804cd4d4e3567ec0aaaa10461ebf48bf419.zip
Explicitly set libXext dependency to fix build after r351936.
-rw-r--r--x11-wm/compiz/Makefile3
-rw-r--r--x11-wm/compiz/files/patch-configure10
2 files changed, 12 insertions, 1 deletions
diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile
index 288391db0dc..1ada495edd3 100644
--- a/x11-wm/compiz/Makefile
+++ b/x11-wm/compiz/Makefile
@@ -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 \
diff --git a/x11-wm/compiz/files/patch-configure b/x11-wm/compiz/files/patch-configure
new file mode 100644
index 00000000000..f5c9460b40c
--- /dev/null
+++ b/x11-wm/compiz/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure
++++ configure
+@@ -17021,6 +17021,7 @@
+ COMPIZ_REQUIRES="xcomposite \
+ xfixes \
+ xdamage \
++ xext \
+ xrandr \
+ xinerama \
+ ice \