diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 22:26:02 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 22:26:02 +0000 |
commit | fd3a9988f884c51a393887e2ae0c750fe24b4131 (patch) | |
tree | b9e90ee4f3416d45524a543a71447d1c65f07f19 /devel/libsigc++20/files/patch-ae | |
parent | Adding mysql-jdbc-mm version 1.2b (diff) |
Adding libsigc++ version 0.8.6.
A callback framework for C++.
PR: 16419
Submitted by: Joe Lu <JoeLu@JoeLu.m8.ntu.edu.tw>
Notes
Notes:
svn path=/head/; revision=25286
Diffstat (limited to 'devel/libsigc++20/files/patch-ae')
-rw-r--r-- | devel/libsigc++20/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libsigc++20/files/patch-ae b/devel/libsigc++20/files/patch-ae new file mode 100644 index 000000000000..338287cde7b8 --- /dev/null +++ b/devel/libsigc++20/files/patch-ae @@ -0,0 +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 + + +-m4includedir = $(includedir)/sigc++/macros ++m4includedir = $(prefix)/share/libsigc++ + m4include_HEADERS = $(templates) + + EXTRA_DIST = README $(templates) |