diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-11 21:29:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-11 21:29:27 +0000 |
commit | bfae741d2c96ca771d104e42957fa2e42412c353 (patch) | |
tree | abffa8aef6b08d916728b51dda48d7e8e954771d /devel/libsigc++/patches | |
parent | 25959c443f808584e9d6a3c5437d5cdf803bdb98 (diff) | |
download | pkgsrc-bfae741d2c96ca771d104e42957fa2e42412c353.tar.gz |
Update to 1.0.4, provided by Adan Ciarcinski.
* Changed include directory to
$(includedir)/sigc++-1.0/sigc++
to allow parallel installation with sigc-1.2. Added an
install-data-hook rule deleting the old headers.
(Daniel Elstner)
* Ming patch from cgustin@ibelgique.com
(This is probably not complete, because the sigc_res.rc
file was not in cvs - an emtpy file has been added.)
Converted to buildlink2 by me.
Diffstat (limited to 'devel/libsigc++/patches')
-rw-r--r-- | devel/libsigc++/patches/patch-aa | 12 | ||||
-rw-r--r-- | devel/libsigc++/patches/patch-ab | 14 |
2 files changed, 13 insertions, 13 deletions
diff --git a/devel/libsigc++/patches/patch-aa b/devel/libsigc++/patches/patch-aa index ded87d15075..40d54416a1c 100644 --- a/devel/libsigc++/patches/patch-aa +++ b/devel/libsigc++/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1 2000/07/15 08:41:28 jlam Exp $ +$NetBSD: patch-aa,v 1.2 2002/09/11 21:29:29 wiz Exp $ ---- sigc++/Makefile.in.orig Sat May 20 14:47:52 2000 -+++ sigc++/Makefile.in Sat Jul 15 04:31:27 2000 -@@ -90,7 +90,7 @@ - libsigc_la_SOURCES = object.cc scope.cc marshal.cc slot.cc basic_signal.cc adaptor.cc thread.cc +--- sigc++/Makefile.in.orig Tue May 28 14:32:45 2002 ++++ sigc++/Makefile.in Tue May 28 14:32:52 2002 +@@ -94,7 +94,7 @@ + EXTRA_libsigc_la_SOURCES = sigc_res.rc -libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -release $(SIGC_RELEASE) -no-undefined +libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -no-undefined - libsigcdir = $(prefix)/include/sigc++ + lib_LTLIBRARIES = libsigc.la diff --git a/devel/libsigc++/patches/patch-ab b/devel/libsigc++/patches/patch-ab index 90a99d7aab6..3271ae83141 100644 --- a/devel/libsigc++/patches/patch-ab +++ b/devel/libsigc++/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1 2000/07/15 08:41:28 jlam Exp $ +$NetBSD: patch-ab,v 1.2 2002/09/11 21:29:30 wiz Exp $ ---- sigc-config.in.orig Thu Oct 21 02:28:33 1999 -+++ sigc-config.in Sat Jul 15 04:32:16 2000 +--- sigc-config.in.orig Sat Oct 20 17:38:36 2001 ++++ sigc-config.in Tue May 28 14:33:11 2002 @@ -150,7 +150,7 @@ case "$i" in # a library, save it for later, in reverse order @@ -11,12 +11,12 @@ $NetBSD: patch-ab,v 1.1 2000/07/15 08:41:28 jlam Exp $ if test "X$af_echo_libs_L" = "Xyes"; then case " $af_lib_L_flags " in *\ $i\ *) ;; # already there -@@ -218,7 +218,7 @@ - includes="-I@includedir@" - fi +@@ -215,7 +215,7 @@ + + if test "@libdir@" != /usr/lib ; then - libs="-L@libdir@" + libs="-Wl,-R@libdir@ -L@libdir@" fi - af_cflags="$af_cflags -I@libdir@/sigc++/include $includes" + af_cflags="$af_cflags -I@libdir@/sigc++-1.0/include -I@includedir@/sigc++-1.0" af_libs="$libs -lsigc @THREAD_LIB@ $af_libs" |