pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/seamonkey Fix my own commit to include a missing b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac9a228a742c
branches:  trunk
changeset: 530070:ac9a228a742c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 15 18:13:41 2007 +0000

description:
Fix my own commit to include a missing backslash.

diffstat:

 www/seamonkey/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c1992e0d92e8 -r ac9a228a742c www/seamonkey/Makefile.common
--- a/www/seamonkey/Makefile.common     Fri Jun 15 18:09:11 2007 +0000
+++ b/www/seamonkey/Makefile.common     Fri Jun 15 18:13:41 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2007/06/15 17:38:54 joerg Exp $
+# $NetBSD: Makefile.common,v 1.25 2007/06/15 18:13:41 joerg Exp $
 
 MOZ_DIST_VER?=         ${MOZ_VER}
 DISTNAME?=             seamonkey-${MOZ_DIST_VER}.source
@@ -220,7 +220,7 @@
 CONFIGURE_ARGS+=       --with-pthreads
 .endif
 
-.if ${X11_TYPE} != "native" ||
+.if ${X11_TYPE} != "native" || \
     (${MOZILLA_USE_XFT} == "YES" && exists(${X11BASE}/include/X11/Xdefs.h))
 CONFIGURE_ARGS+=       --enable-xft
 # pkgconfig defaults to a "build" dependency, which is what we want.



Home | Main Index | Thread Index | Old Index