diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-26 12:20:47 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-26 12:20:47 +0800 |
commit | 7b4abd1469bad0755951028b19c0d3d70abb3b07 (patch) | |
tree | a1b017620c60433e7faa79de2eefce0d6103bcc7 /x11 | |
parent | 65a854a55c0e1866e9613a0627e8dbaff1ea1fd4 (diff) | |
download | freebsd-ports-gnome-7b4abd1469bad0755951028b19c0d3d70abb3b07.tar.gz freebsd-ports-gnome-7b4abd1469bad0755951028b19c0d3d70abb3b07.tar.zst freebsd-ports-gnome-7b4abd1469bad0755951028b19c0d3d70abb3b07.zip |
Fix Xinerama support. Bump PORTREVISION.
Prompted by: Franz Klammer <klammer@webonaut.com>
Reviewed by: sobomax
Approved by: sobomax
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnomecore/Makefile | 1 | ||||
-rw-r--r-- | x11/gnomecore/files/patch-configure | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index c77eaa4eb53a..663df0e4ca2b 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomecore PORTVERSION= 1.4.0.7 +PORTREVISION= 1 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-core diff --git a/x11/gnomecore/files/patch-configure b/x11/gnomecore/files/patch-configure new file mode 100644 index 000000000000..8ed5570fa4ce --- /dev/null +++ b/x11/gnomecore/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed Apr 24 22:37:56 2002 ++++ configure Wed Apr 24 22:40:48 2002 +@@ -9299,7 +9299,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lXinerama $PANEL_LIBS $LIBS" ++LIBS="-lXinerama -lXext $PANEL_LIBS $LIBS" + cat > conftest.$ac_ext <<EOF + #line 9305 "configure" + #include "confdefs.h" |