diff options
author | adam <adam@pkgsrc.org> | 2004-04-14 20:21:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-04-14 20:21:49 +0000 |
commit | 82b9eb35827ad4359b7a7970a31ad76d71faecf3 (patch) | |
tree | 1eebbd38299a023a139da934db4b2a8b8a97aeec /devel/libbonobo/patches | |
parent | 405467ddb9244e592d922e22d96dc0f1ce413c04 (diff) | |
download | pkgsrc-82b9eb35827ad4359b7a7970a31ad76d71faecf3.tar.gz |
Changes to pkgsrc:
* always use pkgsrc 'perl'
* do not use -no-undefined flag
Now builds under Darwin
Diffstat (limited to 'devel/libbonobo/patches')
-rw-r--r-- | devel/libbonobo/patches/patch-af | 12 | ||||
-rw-r--r-- | devel/libbonobo/patches/patch-ag | 13 | ||||
-rw-r--r-- | devel/libbonobo/patches/patch-ah | 13 | ||||
-rw-r--r-- | devel/libbonobo/patches/patch-ai | 13 |
4 files changed, 51 insertions, 0 deletions
diff --git a/devel/libbonobo/patches/patch-af b/devel/libbonobo/patches/patch-af new file mode 100644 index 00000000000..9336c35f7a1 --- /dev/null +++ b/devel/libbonobo/patches/patch-af @@ -0,0 +1,12 @@ +$NetBSD: patch-af,v 1.1 2004/04/14 20:21:49 adam Exp $ + +--- bonobo-activation/Makefile.in.orig Wed Apr 14 21:30:19 2004 ++++ bonobo-activation/Makefile.in +@@ -223,7 +223,6 @@ INCLUDES = \ + AM_LDFLAGS = \ + $(LIBBONOBO_LIBS) \ + $(BONOBO_ACTIVATION_LT_VERSION_INFO) \ +- -no-undefined \ + $(NULL) + + diff --git a/devel/libbonobo/patches/patch-ag b/devel/libbonobo/patches/patch-ag new file mode 100644 index 00000000000..ecb51ab0ede --- /dev/null +++ b/devel/libbonobo/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2004/04/14 20:21:49 adam Exp $ + +--- bonobo/Makefile.in.orig Wed Apr 14 21:53:16 2004 ++++ bonobo/Makefile.in +@@ -261,7 +261,7 @@ libbonobo_2_la_LIBADD = \ + ../bonobo-activation/libbonobo-activation.la + + +-libbonobo_2_la_LDFLAGS = -no-undefined ++libbonobo_2_la_LDFLAGS = + + libbonoboincludedir = $(includedir)/libbonobo-2.0/bonobo + diff --git a/devel/libbonobo/patches/patch-ah b/devel/libbonobo/patches/patch-ah new file mode 100644 index 00000000000..a9d790c186c --- /dev/null +++ b/devel/libbonobo/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1 2004/04/14 20:21:49 adam Exp $ + +--- monikers/Makefile.in.orig Wed Apr 14 21:54:19 2004 ++++ monikers/Makefile.in +@@ -243,7 +243,7 @@ libmoniker_std_2_la_SOURCES = \ + bonobo-moniker-std.c + + +-libmoniker_std_2_la_LDFLAGS = -module -avoid-version -no-undefined ++libmoniker_std_2_la_LDFLAGS = -module -avoid-version + libmoniker_std_2_la_LIBADD = $(top_builddir)/bonobo/libbonobo-2.la \ + $(top_builddir)/bonobo-activation/libbonobo-activation.la \ + $(LIBBONOBO_LIBS) diff --git a/devel/libbonobo/patches/patch-ai b/devel/libbonobo/patches/patch-ai new file mode 100644 index 00000000000..06a76824f82 --- /dev/null +++ b/devel/libbonobo/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1 2004/04/14 20:21:49 adam Exp $ + +--- tests/test-activation/Makefile.in.orig Wed Apr 14 21:59:19 2004 ++++ tests/test-activation/Makefile.in +@@ -232,7 +232,7 @@ bonobo_activation_test_LDADD = libtest-p + # get libtool to build a noinst shared lib. + libtest_plugin_la_LDFLAGS = \ + -rpath $(shell (cd $(top_builddir);pwd))/test/.libs \ +- -module -avoid-version -no-undefined ++ -module -avoid-version + + + libtest_plugin_la_LIBADD = \ |