summaryrefslogtreecommitdiff
path: root/devel/bonobo
diff options
context:
space:
mode:
authordanw <danw>2001-04-29 18:52:40 +0000
committerdanw <danw>2001-04-29 18:52:40 +0000
commite8051110e888a8a45e91c9c6ed8512ba132f766a (patch)
treedbbf013418b9cdf35e6b53d8ad2b9a3517268538 /devel/bonobo
parent83f8bc414108d2f3372c0d99b4a2e09a337b0ffe (diff)
downloadpkgsrc-e8051110e888a8a45e91c9c6ed8512ba132f766a.tar.gz
Oops. Make this build again. (Must have not made clean when I tested my
previous patch.)
Diffstat (limited to 'devel/bonobo')
-rw-r--r--devel/bonobo/distinfo3
-rw-r--r--devel/bonobo/patches/patch-ac16
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
+
+
+ #