diff options
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" |