diff options
author | jkim <jkim@FreeBSD.org> | 2014-04-24 03:26:06 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2014-04-24 03:26:06 +0800 |
commit | d1989804cd4d4e3567ec0aaaa10461ebf48bf419 (patch) | |
tree | 87b7cf392ca82d93241741b8fc9aeb23d1396621 | |
parent | bac83fdadfde3f7928b46f0675c9337a0b3c043c (diff) | |
download | freebsd-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/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/compiz/files/patch-configure | 10 |
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 \ |