pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/xulrunner The file throw_gcc.h gets installed wh...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42afe41fa36e
branches:  trunk
changeset: 590997:42afe41fa36e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Jul 31 18:00:05 2011 +0000

description:
The file throw_gcc.h gets installed when building with some GCC versions.
Instead of dealing with conditional PLIST logic, create an empty file.

diffstat:

 devel/xulrunner/Makefile |  3 ++-
 devel/xulrunner/PLIST    |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r a315fbb94ac9 -r 42afe41fa36e devel/xulrunner/Makefile
--- a/devel/xulrunner/Makefile  Sun Jul 31 17:58:20 2011 +0000
+++ b/devel/xulrunner/Makefile  Sun Jul 31 18:00:05 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2011/07/21 13:05:51 obache Exp $
+# $NetBSD: Makefile,v 1.52 2011/07/31 18:00:05 tnn Exp $
 
 .include "dist.mk"
 PKGNAME=       xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
@@ -47,5 +47,6 @@
        rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libunicharutil_external_s.a
        ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libunicharutil_external_s.a \
          ${DESTDIR}${PREFIX}/lib/xulrunner/libunicharutil_external_s.a
+       ${TOUCH} ${TOUCH_FLAGS} ${DESTDIR}${PREFIX}/include/xulrunner/mozilla/throw_gcc.h
 
 .include "../../mk/bsd.pkg.mk"
diff -r a315fbb94ac9 -r 42afe41fa36e devel/xulrunner/PLIST
--- a/devel/xulrunner/PLIST     Sun Jul 31 17:58:20 2011 +0000
+++ b/devel/xulrunner/PLIST     Sun Jul 31 18:00:05 2011 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2011/07/13 12:04:06 tnn Exp $
+@comment $NetBSD: PLIST,v 1.32 2011/07/31 18:00:05 tnn Exp $
 bin/xulrunner
 ${PLIST.jit}include/xulrunner/Allocator.h
 ${PLIST.jit}include/xulrunner/Assembler.h
@@ -473,6 +473,7 @@
 include/xulrunner/mozilla/storage/Variant.h
 include/xulrunner/mozilla/storage/Variant_inl.h
 include/xulrunner/mozilla/threads/nsThreadIDs.h
+include/xulrunner/mozilla/throw_gcc.h
 include/xulrunner/mozilla/unused.h
 include/xulrunner/mozpngconf.h
 ${PLIST.jit}include/xulrunner/nanojit.h



Home | Main Index | Thread Index | Old Index