pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/seamonkey Fix thinko in Xft handling to unbreak gt...
details: https://anonhg.NetBSD.org/pkgsrc/rev/13642ccf97fd
branches: trunk
changeset: 530160:13642ccf97fd
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Jun 17 14:03:30 2007 +0000
description:
Fix thinko in Xft handling to unbreak gtk1 version.
diffstat:
www/seamonkey/Makefile.common | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r b43a1fcac172 -r 13642ccf97fd www/seamonkey/Makefile.common
--- a/www/seamonkey/Makefile.common Sun Jun 17 13:47:00 2007 +0000
+++ b/www/seamonkey/Makefile.common Sun Jun 17 14:03:30 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2007/06/15 18:13:41 joerg Exp $
+# $NetBSD: Makefile.common,v 1.26 2007/06/17 14:03:30 joerg Exp $
MOZ_DIST_VER?= ${MOZ_VER}
DISTNAME?= seamonkey-${MOZ_DIST_VER}.source
@@ -220,8 +220,8 @@
CONFIGURE_ARGS+= --with-pthreads
.endif
-.if ${X11_TYPE} != "native" || \
- (${MOZILLA_USE_XFT} == "YES" && exists(${X11BASE}/include/X11/Xdefs.h))
+.if ${MOZILLA_USE_XFT} == "YES" && \
+ (${X11_TYPE} != "native" || exists(${X11BASE}/include/X11/Xdefs.h))
CONFIGURE_ARGS+= --enable-xft
# pkgconfig defaults to a "build" dependency, which is what we want.
.include "../../x11/libXft/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index