diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-08 10:34:19 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-08 10:34:19 +0000 |
commit | 5c13124820c3b1d893314f769e79ca6815522d26 (patch) | |
tree | 36062df675f9d133992b3e8ab1a488e16c8cef6e /www/seamonkey | |
parent | 849d228b925b8e6729b6252bc8b0a6110c7ca174 (diff) | |
download | pkgsrc-5c13124820c3b1d893314f769e79ca6815522d26.tar.gz |
Fix more cases of non-chainable PKGSRC_COMPILER tests.
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile.common b/www/seamonkey/Makefile.common index 18c91565dd5..089e1ce7bde 100644 --- a/www/seamonkey/Makefile.common +++ b/www/seamonkey/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2007/09/21 22:07:54 ghen Exp $ +# $NetBSD: Makefile.common,v 1.29 2008/02/08 10:34:19 tnn Exp $ MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= seamonkey-${MOZ_DIST_VER}.source @@ -125,7 +125,7 @@ SCRIPTS_ENV+= MOZ_INSTALL_LIB=${INSTALL_PROGRAM:Q} .endif PLIST_SUBST+= SO_SUFFIX=${SO_SUFFIX:Q} -.if ${OPSYS} == "SunOS" && ${PKGSRC_COMPILER} == "gcc" +.if ${OPSYS} == "SunOS" && !empty(PKGSRC_COMPILER:Mgcc) MAKEFLAGS+= NS_USE_GCC=YES .endif |