aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2011-02-02 09:29:14 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2011-02-02 09:29:14 +0000
commit43b52dda20a5b71b378cd5d5c688ed47c9db013d (patch)
treebd112f71ce2dbc556501b6b5431242395cae0deb /www
parentcba5ade7015a8fe03be750fc51d4e2968ea0cd65 (diff)
downloadports-43b52dda20a5b71b378cd5d5c688ed47c9db013d.tar.gz
ports-43b52dda20a5b71b378cd5d5c688ed47c9db013d.zip
- Fix build on recent CURRENT
Reported by: Alexey Shuvaev <shuvaev AT physik.uni-wuerzburg.de> Submitted by: Anonymous <swell.k AT gmail.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=268546
Diffstat (limited to 'www')
-rw-r--r--www/seamonkey2/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index 71dc8a1ad2f7..57bd2d329fcd 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -28,11 +28,10 @@ ALL_TARGET= default
MAKE_JOBS_SAFE= yes
MOZ_PIS_SCRIPTS= moz_pis_S50cleanhome
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/cairo"
+CONFIGURE_ENV= LOCALBASE=${LOCALBASE} CPPFLAGS="-I${LOCALBASE}/include/cairo" \
+ ac_cv_func__Unwind_Backtrace=no
USE_GCC= 4.2+
-CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
-
MOZ_EXTENSIONS= default
MOZ_OPTIONS+= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
--enable-svg \
@@ -121,11 +120,6 @@ post-patch:
${WRKSRC}/mozilla/storage/build/Makefile.in
@${REINPLACE_CMD} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \
${WRKSRC}/mozilla/modules/libpref/src/init/all.js
- @${REINPLACE_CMD} -e 's|<iconv.h>|\"${LOCALBASE}/include/iconv.h\"|g' \
- ${WRKSRC}/configure \
- ${WRKSRC}/mozilla/configure \
- ${WRKSRC}/mozilla/intl/uconv/native/nsNativeUConvService.cpp \
- ${WRKSRC}/mozilla/xpcom/io/nsNativeCharsetUtils.cpp
@${REINPLACE_CMD} -e 's|libgnome-2.so.0|libgnome-2.so|' \
${WRKSRC}/mozilla/toolkit/xre/nsNativeAppSupportUnix.cpp \
${WRKSRC}/mozilla/modules/libpr0n/decoders/icon/gtk/nsIconChannel.cpp