diff options
author | danw <danw@pkgsrc.org> | 2001-04-29 18:52:40 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2001-04-29 18:52:40 +0000 |
commit | 6794fe49fca43ee1bb59052b5ae727dd01ed4e2a (patch) | |
tree | dbbf013418b9cdf35e6b53d8ad2b9a3517268538 | |
parent | 9d0cd8eb3f51c968cfcc529b4e53e32d773a07eb (diff) | |
download | pkgsrc-6794fe49fca43ee1bb59052b5ae727dd01ed4e2a.tar.gz |
Oops. Make this build again. (Must have not made clean when I tested my
previous patch.)
-rw-r--r-- | devel/bonobo/distinfo | 3 | ||||
-rw-r--r-- | devel/bonobo/patches/patch-ac | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/devel/bonobo/distinfo b/devel/bonobo/distinfo index 1b9b966d20a..25d3241a257 100644 --- a/devel/bonobo/distinfo +++ b/devel/bonobo/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/04/27 19:44:40 danw Exp $ +$NetBSD: distinfo,v 1.4 2001/04/29 18:52:40 danw Exp $ SHA1 (bonobo-1.0.2.tar.gz) = 8b16282fc14014a92959d0bf8fc79850e63c1a68 Size (bonobo-1.0.2.tar.gz) = 1476160 bytes SHA1 (patch-aa) = abb08c79e9971e755f4fef72bce46a88e9299397 SHA1 (patch-ab) = dcb60df7c4eed7efbf8086135a9f1e6fdecc1d36 +SHA1 (patch-ac) = 8bb5ccbf3755172fc1b88ea8ff03f74839d30133 diff --git a/devel/bonobo/patches/patch-ac b/devel/bonobo/patches/patch-ac new file mode 100644 index 00000000000..8d436fdf918 --- /dev/null +++ b/devel/bonobo/patches/patch-ac @@ -0,0 +1,16 @@ +$NetBSD: patch-ac,v 1.1 2001/04/29 18:52:40 danw Exp $ + +libtool 1.2 needs to be outsmarted here, but what they're trying doesn't +work with libtool 1.4. + +--- storage-modules/Makefile.in.orig Sun Apr 29 14:34:04 2001 ++++ storage-modules/Makefile.in Sun Apr 29 14:34:15 2001 +@@ -166,7 +166,7 @@ + libstorage_efs_la_SOURCES = bonobo-storage-efs.c bonobo-storage-efs.h bonobo-stream-efs.c bonobo-stream-efs.h + + +-libstorage_efs_la_LDFLAGS = $(common_ldflags) -L$(shell pwd)/$(top_builddir)/libefs/src/.libs -lefs ++libstorage_efs_la_LDFLAGS = $(common_ldflags) -L$(shell pwd)/$(top_builddir)/libefs/src -lefs + + + # |