diff options
Diffstat (limited to 'devel/libsigc++12/files')
-rw-r--r-- | devel/libsigc++12/files/patch-aa | 11 | ||||
-rw-r--r-- | devel/libsigc++12/files/patch-ac | 21 | ||||
-rw-r--r-- | devel/libsigc++12/files/patch-ad | 11 | ||||
-rw-r--r-- | devel/libsigc++12/files/patch-ae | 11 | ||||
-rw-r--r-- | devel/libsigc++12/files/patch-af | 11 | ||||
-rw-r--r-- | devel/libsigc++12/files/patch-configure | 10 |
6 files changed, 10 insertions, 65 deletions
diff --git a/devel/libsigc++12/files/patch-aa b/devel/libsigc++12/files/patch-aa deleted file mode 100644 index 8c62291986a7..000000000000 --- a/devel/libsigc++12/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in Thu Jan 20 03:40:54 2000 -+++ Makefile.in Thu Jan 27 23:34:05 1994 -@@ -80,7 +80,7 @@ - USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ - VERSION = @VERSION@ - --SUBDIRS = sigc++ tests -+SUBDIRS = sigc++ - DIST_SUBDIRS = sigc++ examples tests scripts - - bin_SCRIPTS = sigc-config diff --git a/devel/libsigc++12/files/patch-ac b/devel/libsigc++12/files/patch-ac deleted file mode 100644 index 40715320d19b..000000000000 --- a/devel/libsigc++12/files/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ ---- sigc++/Makefile.in.orig Tue Oct 23 07:40:58 2001 -+++ sigc++/Makefile.in Tue Aug 6 16:13:28 2002 -@@ -66,7 +66,7 @@ - DLLTOOL = @DLLTOOL@ - DLL_DEFINE = @DLL_DEFINE@ - EXEEXT = @EXEEXT@ --LIBSIGC_SO_VERSION = @LIBSIGC_SO_VERSION@ -+LIBSIGC_SO_VERSION = 1:0:1 - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ - M4 = @M4@ -@@ -94,8 +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 - - lib_LTLIBRARIES = libsigc.la - diff --git a/devel/libsigc++12/files/patch-ad b/devel/libsigc++12/files/patch-ad deleted file mode 100644 index 43928bfe4f5b..000000000000 --- a/devel/libsigc++12/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- sigc++/config/Makefile.in.orig Tue Aug 6 16:14:37 2002 -+++ sigc++/config/Makefile.in Tue Aug 6 16:16:36 2002 -@@ -82,7 +82,7 @@ - - EXTRA_DIST = sigc++config.h.in - --includedir = $(libdir)/sigc++-1.0/include -+includedir = $(prefix)/include/sigc++-1.0 - include_HEADERS = sigc++config.h - mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs - CONFIG_HEADER = sigc++config.h diff --git a/devel/libsigc++12/files/patch-ae b/devel/libsigc++12/files/patch-ae deleted file mode 100644 index b84b620264db..000000000000 --- a/devel/libsigc++12/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- sigc++/macros/Makefile.in.orig Tue Oct 23 07:40:58 2001 -+++ sigc++/macros/Makefile.in Tue Aug 6 13:52:37 2002 -@@ -84,7 +84,7 @@ - templates = template.macros.m4 slot.h.m4 func_slot.h.m4 class_slot.h.m4 object_slot.h.m4 basic_signal.h.m4 bind.h.m4 rettype.h.m4 convert.h.m4 retbind.h.m4 - - --m4includedir = $(includedir)/sigc++-1.0/sigc++/macros -+m4includedir = $(prefix)/share/sigc++-1.0/sigc++/macros - m4include_HEADERS = $(templates) - - EXTRA_DIST = README $(templates) diff --git a/devel/libsigc++12/files/patch-af b/devel/libsigc++12/files/patch-af deleted file mode 100644 index 026dad7441cd..000000000000 --- a/devel/libsigc++12/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- sigc-config.in.orig Sat Oct 20 11:38:36 2001 -+++ sigc-config.in Tue Aug 6 13:53:55 2002 -@@ -217,7 +217,7 @@ - if test "@libdir@" != /usr/lib ; then - libs="-L@libdir@" - fi --af_cflags="$af_cflags -I@libdir@/sigc++-1.0/include -I@includedir@/sigc++-1.0" -+af_cflags="$af_cflags -I@includedir@/sigc++-1.0" - af_libs="$libs -lsigc @THREAD_LIB@ $af_libs" - - diff --git a/devel/libsigc++12/files/patch-configure b/devel/libsigc++12/files/patch-configure new file mode 100644 index 000000000000..088118b0c641 --- /dev/null +++ b/devel/libsigc++12/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Sat Oct 12 00:29:28 2002 ++++ configure Sat Oct 12 00:29:50 2002 +@@ -6817,6 +6817,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |