diff options
author | dholland <dholland> | 2012-05-14 01:13:07 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-05-14 01:13:07 +0000 |
commit | 6f1caf2e6285ec141dd6957d3a682446961ab4a8 (patch) | |
tree | 23772171c24e657f0b9bf50f534f4f47d5978025 /www/seamonkey | |
parent | 584587a6c6ceb7b1db4de84030413fe46ff20c4f (diff) | |
download | pkgsrc-6f1caf2e6285ec141dd6957d3a682446961ab4a8.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/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 4 |
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 |