summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-02-05 23:28:58 +0000
committerdmcmahill <dmcmahill>2003-02-05 23:28:58 +0000
commit1e71e6cae93cc7620c52d2b5cca5755ce9da0b6c (patch)
tree39f4cb3ee03b2ff865be9bd60778e6becaedd02e /x11
parentf5a7b9554ba3da03eedc678ae40464f22bac9968 (diff)
downloadpkgsrc-1e71e6cae93cc7620c52d2b5cca5755ce9da0b6c.tar.gz
only enable antialiasing if Xft exists on this system. Fixes recently
noted compile problems on 1.6 alpha.
Diffstat (limited to 'x11')
-rw-r--r--x11/mlterm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index da290d08dad..46bc2d81b16 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/12/31 15:13:45 uebayasi Exp $
+# $NetBSD: Makefile,v 1.12 2003/02/05 23:28:58 dmcmahill Exp $
DISTNAME= mlterm-2.6.2
CATEGORIES= x11
@@ -15,13 +15,16 @@ USE_BUILDLINK2= yes
USE_X11= yes
USE_LIBTOOL= yes
+USE_GMAKE= yes
LIBTOOL_OVERRIDE+= ${WRKSRC}/mkf/autoconf/libtool
LIBTOOL_OVERRIDE+= ${WRKSRC}/autoconf/libtool
LIBTOOL_OVERRIDE+= ${WRKSRC}/kiklib/autoconf/libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-imagelib=imlib
+.if exists(${X11BASE}/lib/libXft.a)
CONFIGURE_ARGS+= --enable-anti-alias
+.endif
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | \