summaryrefslogtreecommitdiff
path: root/x11/gnomecore
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-26 04:20:47 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-26 04:20:47 +0000
commit0f6e98edd5fc77844ee10e0a1c3af670d4765cbc (patch)
treee8b048fa1eb4d0e46d1876d34b17e2de7535c8fb /x11/gnomecore
parentAdd a conditional broken message so that people stop asking why Mozilla (diff)
Fix Xinerama support. Bump PORTREVISION.
Prompted by: Franz Klammer <klammer@webonaut.com> Reviewed by: sobomax Approved by: sobomax
Notes
Notes: svn path=/head/; revision=58140
Diffstat (limited to 'x11/gnomecore')
-rw-r--r--x11/gnomecore/Makefile1
-rw-r--r--x11/gnomecore/files/patch-configure11
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"