Disable use of visibility attributes, requested by joerg.
This commit is contained in:
parent
88a346cbc7
commit
d70b58df38
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue