summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-03-14 20:41:36 +0000
committertron <tron@pkgsrc.org>1999-03-14 20:41:36 +0000
commit771e65c947c5df1ae850da9b68ea6915866eae75 (patch)
treecd05db7eb7b5539af0d954cc88723c38ca9d770a /x11/gnome-libs/patches
parentb69d0952dc512f5c5ad02c0a29b44f27f19cbeb9 (diff)
downloadpkgsrc-771e65c947c5df1ae850da9b68ea6915866eae75.tar.gz
Ugly hack to get GNOME 1.0.1 working: don't build shared "libgnome".
XXX Someone needs find out why a shared library causes problem. It is NOT XXX the well know C++ constructors problem.
Diffstat (limited to 'x11/gnome-libs/patches')
-rw-r--r--x11/gnome-libs/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gnome-libs/patches/patch-ad b/x11/gnome-libs/patches/patch-ad
new file mode 100644
index 00000000000..95ad1887443
--- /dev/null
+++ b/x11/gnome-libs/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.4 1999/03/14 20:41:36 tron Exp $
+
+--- libgnome/Makefile.in.orig Mon Mar 1 20:56:01 1999
++++ libgnome/Makefile.in Sun Mar 14 20:37:50 1999
+@@ -74,7 +74,7 @@
+ AWK = @AWK@
+ CATALOGS = @CATALOGS@
+ CATOBJEXT = @CATOBJEXT@
+-CC = @CC@
++CC = @CC@ -static
+ DATADIRNAME = @DATADIRNAME@
+ DLLTOOL = @DLLTOOL@
+ DL_LIB = @DL_LIB@