Fix Xinerama support. Bump PORTREVISION.
Prompted by: Franz Klammer <klammer@webonaut.com> Reviewed by: sobomax Approved by: sobomax
This commit is contained in:
parent
b19b696d63
commit
0f6e98edd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58140
@ -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
|
||||
|
11
x11/gnomecore/files/patch-configure
Normal file
11
x11/gnomecore/files/patch-configure
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user