diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-06 20:31:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-06 20:31:10 +0000 |
commit | 6748e9eca39c8fc8e35b5d5fe5c3fa187997b70a (patch) | |
tree | c0ee8e4a96f4a1b3d53f6743541c86bcf32fe8c1 /devel/libsigc++12/files/patch-ae | |
parent | 5520157367f0be536bc06211c8837ea1b5edb000 (diff) | |
download | ports-6748e9eca39c8fc8e35b5d5fe5c3fa187997b70a.tar.gz ports-6748e9eca39c8fc8e35b5d5fe5c3fa187997b70a.zip |
Update to 1.0.4, and make this port safe for when libsigc++-1.2 gets added
to the tree.
Prompted by: Neil Darlow <neil@darlow.co.uk>
Notes
Notes:
svn path=/head/; revision=64118
Diffstat (limited to 'devel/libsigc++12/files/patch-ae')
-rw-r--r-- | devel/libsigc++12/files/patch-ae | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/libsigc++12/files/patch-ae b/devel/libsigc++12/files/patch-ae index 338287cde7b8..b84b620264db 100644 --- a/devel/libsigc++12/files/patch-ae +++ b/devel/libsigc++12/files/patch-ae @@ -1,11 +1,11 @@ ---- sigc++/macros/Makefile.in Thu Jan 20 03:40:59 2000 -+++ sigc++/macros/Makefile.in Fri Jan 28 00:03:54 1994 -@@ -83,7 +83,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 +--- 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++/macros -+m4includedir = $(prefix)/share/libsigc++ +-m4includedir = $(includedir)/sigc++-1.0/sigc++/macros ++m4includedir = $(prefix)/share/sigc++-1.0/sigc++/macros m4include_HEADERS = $(templates) EXTRA_DIST = README $(templates) |