summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/patches/patch-ac
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-10-04 23:42:01 +0000
committertron <tron@pkgsrc.org>1998-10-04 23:42:01 +0000
commitb8bee4af98a0d3afe91d00f694e1732a1e23442c (patch)
tree533c579bdad5effc9a0cecfb2a772cce5578d4d5 /x11/gnome-libs/patches/patch-ac
parent165dafa0de9b820bbb813af2039f4786f7d0ec5f (diff)
downloadpkgsrc-b8bee4af98a0d3afe91d00f694e1732a1e23442c.tar.gz
Update "gnome-libs" to version 0.30.1.
Diffstat (limited to 'x11/gnome-libs/patches/patch-ac')
-rw-r--r--x11/gnome-libs/patches/patch-ac30
1 files changed, 16 insertions, 14 deletions
diff --git a/x11/gnome-libs/patches/patch-ac b/x11/gnome-libs/patches/patch-ac
index 280a6876556..0f61cb933d3 100644
--- a/x11/gnome-libs/patches/patch-ac
+++ b/x11/gnome-libs/patches/patch-ac
@@ -1,22 +1,24 @@
-$NetBSD: patch-ac,v 1.1 1998/09/04 22:14:26 agc Exp $
+$NetBSD: patch-ac,v 1.2 1998/10/04 23:42:01 tron Exp $
-Use NetBSD's libtool
-
---- libgtktty/configure 1998/09/01 21:20:44 1.1
-+++ libgtktty/configure 1998/09/01 21:21:08
-@@ -1936,6 +1936,7 @@
+--- libgnome/Makefile.in.orig Tue Sep 29 01:46:58 1998
++++ libgnome/Makefile.in Mon Oct 5 01:20:21 1998
+@@ -136,7 +136,7 @@
+ lib_LTLIBRARIES = libgnome.la
- # Always use our own libtool.
-+if false; then
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+-scoredir=$(localstatedir)/games
++scoredir=/var/games
+ LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
-@@ -2015,6 +2016,7 @@
- ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
- $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
-+fi
+@@ -487,8 +487,8 @@
+ install-data-local:
+- $(mkinstalldirs) $(scoredir)
+- -chgrp games $(scoredir) && chmod g=rwXs $(scoredir)
++# $(mkinstalldirs) $(scoredir)
++# -chgrp games $(scoredir) && chmod g=rwXs $(scoredir)
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.