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-aa | |
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-aa')
-rw-r--r-- | devel/libsigc++20/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libsigc++20/files/patch-aa b/devel/libsigc++20/files/patch-aa new file mode 100644 index 000000000000..8c62291986a7 --- /dev/null +++ b/devel/libsigc++20/files/patch-aa @@ -0,0 +1,11 @@ +--- 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 |