diff options
author | ghen <ghen> | 2006-03-28 14:10:02 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-03-28 14:10:02 +0000 |
commit | 2d92abcc59fa1aec73f1a1045c17a36862b9401f (patch) | |
tree | 7b2b11dda2cad9617a5a4a8a5116c911dffdca66 /time/sunbird | |
parent | 6da7d265c86241aac8c0469d53a62f425faa7af7 (diff) | |
download | pkgsrc-2d92abcc59fa1aec73f1a1045c17a36862b9401f.tar.gz |
Disable use of visibility attributes, requested by joerg.
Diffstat (limited to 'time/sunbird')
-rw-r--r-- | time/sunbird/Makefile-sunbird.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/sunbird/Makefile-sunbird.common b/time/sunbird/Makefile-sunbird.common index 99ce8d61265..2ed01368c86 100644 --- a/time/sunbird/Makefile-sunbird.common +++ b/time/sunbird/Makefile-sunbird.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-sunbird.common,v 1.2 2006/02/06 00:56:57 ghen Exp $ +# $NetBSD: Makefile-sunbird.common,v 1.3 2006/03/28 14:10:02 ghen Exp $ MOZILLA_BIN= sunbird-bin MOZ_VER= 0.3a1 @@ -17,6 +17,7 @@ DISTINFO_FILE= ${.CURDIR}/../../time/sunbird/distinfo PATCHDIR= ${.CURDIR}/../../time/sunbird/patches CONFIGURE_ARGS+= --enable-application=calendar +CONFIGURE_ENV+= ac_cv_visibility_pragma=no ac_cv_visibility_hidden=no pre-install: ${CP} -r ${WRKSRC}/dist/bin/defaults/profile/extensions \ |