pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/seamonkey Depending on what gcc one builds with, t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/613769532e74
branches:  trunk
changeset: 603811:613769532e74
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon May 14 01:13:07 2012 +0000

description:
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:

 www/seamonkey/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0cc4e295a770 -r 613769532e74 www/seamonkey/Makefile
--- a/www/seamonkey/Makefile    Mon May 14 00:15:28 2012 +0000
+++ b/www/seamonkey/Makefile    Mon May 14 01:13:07 2012 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index