diff options
author | rh <rh> | 2000-05-26 05:38:19 +0000 |
---|---|---|
committer | rh <rh> | 2000-05-26 05:38:19 +0000 |
commit | a60cfebf0882a3fad7d4640d73f2d147c4c067b6 (patch) | |
tree | 438d5e48958e2d723a1e9ad9457151e127eb3902 /x11/gtk/patches | |
parent | 0175b90004d94a2c667763cb7a59674a781b5243 (diff) | |
download | pkgsrc-a60cfebf0882a3fad7d4640d73f2d147c4c067b6.tar.gz |
Update gtk+ to 1.2.8. Overview of changes:
* GNU Make 3.79 bug workaround
* FAQ and tutorial updates and improvements
* Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
Diffstat (limited to 'x11/gtk/patches')
-rw-r--r-- | x11/gtk/patches/patch-aa | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/x11/gtk/patches/patch-aa b/x11/gtk/patches/patch-aa index c2621dc2b33..f1f6ed000f9 100644 --- a/x11/gtk/patches/patch-aa +++ b/x11/gtk/patches/patch-aa @@ -1,16 +1,16 @@ -$NetBSD: patch-aa,v 1.17 2000/05/02 18:48:44 danw Exp $ +$NetBSD: patch-aa,v 1.18 2000/05/26 05:38:21 rh Exp $ ---- configure.orig Wed Feb 16 12:28:06 2000 -+++ configure Sun Mar 12 22:45:47 2000 +--- configure.orig Thu May 25 02:31:48 2000 ++++ configure Thu May 25 18:53:46 2000 @@ -22,8 +22,8 @@ # GTK_MAJOR_VERSION=1 GTK_MINOR_VERSION=2 --GTK_MICRO_VERSION=7 --GTK_INTERFACE_AGE=2 -+GTK_MICRO_VERSION=19 -+GTK_INTERFACE_AGE=7 - GTK_BINARY_AGE=7 +-GTK_MICRO_VERSION=8 +-GTK_INTERFACE_AGE=3 ++GTK_MICRO_VERSION=20 ++GTK_INTERFACE_AGE=8 + GTK_BINARY_AGE=8 GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION ac_help="$ac_help @@ -1393,6 +1393,7 @@ @@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.17 2000/05/02 18:48:44 danw Exp $ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. -@@ -4094,7 +4096,7 @@ +@@ -4099,7 +4101,7 @@ # AM_GTK_GNU_GETTEXT above substs $DATADIRNAME # this is the directory where the *.{mo,gmo} files are installed |