summaryrefslogtreecommitdiff
path: root/devel/bonobo/patches
diff options
context:
space:
mode:
authorrh <rh>2000-01-02 15:15:16 +0000
committerrh <rh>2000-01-02 15:15:16 +0000
commitf4a6e14df845ebb4ea3dbcaf1a94e2a2a8566796 (patch)
tree9d662e3eb014a4660f416456f8799a668443faae /devel/bonobo/patches
parent964c58b65222087fd8ac6ff69f4df3df8abe9f3a (diff)
downloadpkgsrc-f4a6e14df845ebb4ea3dbcaf1a94e2a2a8566796.tar.gz
Initial import of bonobo-0.4, the GNOME architecture for creating reusable
software components and compound documents.
Diffstat (limited to 'devel/bonobo/patches')
-rw-r--r--devel/bonobo/patches/patch-aa31
-rw-r--r--devel/bonobo/patches/patch-ab26
2 files changed, 57 insertions, 0 deletions
diff --git a/devel/bonobo/patches/patch-aa b/devel/bonobo/patches/patch-aa
new file mode 100644
index 00000000000..8426768a2b6
--- /dev/null
+++ b/devel/bonobo/patches/patch-aa
@@ -0,0 +1,31 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/01/02 15:15:16 rh Exp $
+
+--- configure.orig Mon Sep 27 22:32:28 1999
++++ configure Sun Jan 2 14:41:09 2000
+@@ -5323,10 +5323,12 @@
+ top_srcdir="$ac_dots$ac_given_srcdir" ;;
+ esac
+
++if false; then
+ case "$ac_given_INSTALL" in
+ [/$]*) INSTALL="$ac_given_INSTALL" ;;
+ *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+ esac
++fi
+
+ echo creating "$ac_file"
+ rm -f "$ac_file"
+@@ -5596,10 +5598,13 @@
+ *) # Relative path.
+ ac_sub_cache_file="$ac_dots$cache_file" ;;
+ esac
++
++if false; then
+ case "$ac_given_INSTALL" in
+ [/$]*) INSTALL="$ac_given_INSTALL" ;;
+ *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+ esac
++fi
+
+ echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
+ # The eval makes quoting arguments work.
diff --git a/devel/bonobo/patches/patch-ab b/devel/bonobo/patches/patch-ab
new file mode 100644
index 00000000000..aa7503644e7
--- /dev/null
+++ b/devel/bonobo/patches/patch-ab
@@ -0,0 +1,26 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/01/02 15:15:16 rh Exp $
+
+--- components/application-x-gnomine/Makefile.in.orig Mon Sep 27 23:22:05 1999
++++ components/application-x-gnomine/Makefile.in Sun Jan 2 15:41:43 2000
+@@ -146,7 +146,7 @@
+ bonobo_application_x_mines_SOURCES = minefield.h minefield.c bonobo-application-x-mines.c
+
+
+-bonobo_application_x_mines_LDADD = $(GNOME_LIBDIR) -lbonobo $(GNOMEGNORBA_LIBS)
++bonobo_application_x_mines_LDADD = $(GNOME_LIBDIR) ../../bonobo/.libs/libbonobo.a $(GNOMEGNORBA_LIBS)
+
+
+ gnorbadir = $(sysconfdir)/CORBA/servers
+@@ -268,10 +268,10 @@
+ @list='$(Games_DATA)'; for p in $$list; do \
+ if test -f $(srcdir)/$$p; then \
+ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Gamesdir)/$$p"; \
+- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Gamesdir)/$$p; \
++ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Gamesdir)/bonobo-$$p; \
+ else if test -f $$p; then \
+ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(Gamesdir)/$$p"; \
+- $(INSTALL_DATA) $$p $(DESTDIR)$(Gamesdir)/$$p; \
++ $(INSTALL_DATA) $$p $(DESTDIR)$(Gamesdir)/bonobo-$$p; \
+ fi; fi; \
+ done
+