aboutsummaryrefslogtreecommitdiff
path: root/x11/XFree86-4
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2001-06-13 19:51:00 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2001-06-13 19:51:00 +0000
commit0447fa785e1dffb547a46cb78409e8bab1b059cb (patch)
tree7ec951d3883294036bb8decdc1a24e29a3db259d /x11/XFree86-4
parent65b34cb9eff67bf1c7410eeeb357fd55ae35701d (diff)
downloadports-0447fa785e1dffb547a46cb78409e8bab1b059cb.tar.gz
ports-0447fa785e1dffb547a46cb78409e8bab1b059cb.zip
Notes
Diffstat (limited to 'x11/XFree86-4')
-rw-r--r--x11/XFree86-4/Makefile2
-rw-r--r--x11/XFree86-4/scripts/configure10
2 files changed, 11 insertions, 1 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile
index 828883406b89..5bf5b2329a13 100644
--- a/x11/XFree86-4/Makefile
+++ b/x11/XFree86-4/Makefile
@@ -7,7 +7,7 @@
PORTNAME= XFree86
PORTVERSION= 4.1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XFREE}
MASTER_SITE_SUBDIR= 4.1.0
diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure
index 8f931ceed535..03699ecb2348 100644
--- a/x11/XFree86-4/scripts/configure
+++ b/x11/XFree86-4/scripts/configure
@@ -24,6 +24,16 @@ yesno () {
esac
done
}
+# workaround for compilation problems if XFree-4.0.x is installed
+if [ -e ${PREFIX}/lib/libXft.so.1 ]; then
+ r=`nm ${PREFIX}/lib/libXft.so.1 | grep XftDirSave`
+ if [ "X$r" = X ]; then
+ echo "you seem to have an installed XFree-4.0.x port"
+ echo "please rename or remove ${PREFIX}/lib/libXft.so.1"
+ echo "in order to avoid compilation problems"
+ exit 1
+ fi
+fi
F=$WRKDIR/.config
configure () {
rm -f $F