summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authordholland <dholland>2012-05-14 01:13:07 +0000
committerdholland <dholland>2012-05-14 01:13:07 +0000
commit12faf80c3e73fc0a43b4b36850312e635f317845 (patch)
tree23772171c24e657f0b9bf50f534f4f47d5978025 /www
parentfa5cb8d210bb3accefe8f0262c6c089345a43245 (diff)
downloadpkgsrc-12faf80c3e73fc0a43b4b36850312e635f317845.tar.gz
Depending on what gcc one builds with, the file throw_gcc.h may or may not
get installed. Instead of dealing with conditional PLIST logic, create an empty file. (tnn made the same adjustment to xulrunner in July)
Diffstat (limited to 'www')
-rw-r--r--www/seamonkey/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index d85612b7536..fb664ab8731 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2012/04/28 22:48:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.70 2012/05/14 01:13:07 dholland Exp $
#
DISTNAME= # empty
@@ -47,6 +47,8 @@ do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} -j${MAKE_JOBS:U1}
post-install:
+ ${TOUCH} ${TOUCH_FLAGS} \
+ ${DESTDIR}${PREFIX}/include/seamonkey/mozilla/throw_gcc.h
@${STEP_MSG} "Installing bundled seamonkey extensions."
rm -rf ${WRKDIR}/extensions
${MKDIR} ${WRKDIR}/extensions