summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk12/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtk12/files/patch-aa')
-rw-r--r--x11-toolkits/gtk12/files/patch-aa32
1 files changed, 16 insertions, 16 deletions
diff --git a/x11-toolkits/gtk12/files/patch-aa b/x11-toolkits/gtk12/files/patch-aa
index 138ef7838fd7..0eb62ad42b92 100644
--- a/x11-toolkits/gtk12/files/patch-aa
+++ b/x11-toolkits/gtk12/files/patch-aa
@@ -1,18 +1,18 @@
---- Makefile.in.orig Thu Dec 17 14:33:47 1998
-+++ Makefile.in Sun Dec 27 00:28:05 1998
+--- Makefile.in.orig Thu Dec 31 10:00:04 1998
++++ Makefile.in Fri Jan 1 01:19:24 1999
@@ -118,9 +118,9 @@
xinput_progs = @xinput_progs@
SRC_SUBDIRS = gdk gtk
-SUBDIRS = po $(SRC_SUBDIRS) docs
-+SUBDIRS = $(SRC_SUBDIRS)
++SUBDIRS = po $(SRC_SUBDIRS)
-bin_SCRIPTS = gtk-config
+bin_SCRIPTS = gtk11d-config
EXTRA_DIST = \
HACKING \
-@@ -205,7 +205,7 @@
+@@ -207,7 +207,7 @@
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
@@ -21,7 +21,7 @@
SCRIPTS = $(bin_SCRIPTS)
DATA = $(m4data_DATA)
-@@ -259,7 +259,10 @@
+@@ -261,7 +261,10 @@
-rm -f config.h
maintainer-clean-hdr:
@@ -33,7 +33,7 @@
cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
install-binSCRIPTS: $(bin_SCRIPTS)
-@@ -281,25 +284,6 @@
+@@ -283,25 +286,6 @@
rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
done
@@ -59,7 +59,7 @@
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
-@@ -439,21 +423,19 @@
+@@ -441,21 +425,19 @@
all-recursive-am: config.h
$(MAKE) all-recursive
@@ -85,7 +85,7 @@
@:
uninstall: uninstall-recursive uninstall-am
-@@ -501,15 +483,15 @@
+@@ -503,15 +485,15 @@
-rm -f config.status
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
@@ -104,8 +104,8 @@
uninstall-am install-exec install-data install uninstall all \
installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
---- gdk/Makefile.in.orig Thu Dec 17 14:33:51 1998
-+++ gdk/Makefile.in Sun Dec 27 00:28:05 1998
+--- gdk/Makefile.in.orig Thu Dec 31 10:00:08 1998
++++ gdk/Makefile.in Fri Jan 1 01:19:24 1999
@@ -119,7 +119,7 @@
gdkincludedir = $(includedir)/gdk
@@ -131,7 +131,7 @@
-libgdk_la_LDFLAGS = \
- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) \
+libgdk11d_la_LDFLAGS = \
-+ -version-info 1:1:0 \
++ -version-info 1:2:0 \
@GLIB_LIBS@ \
@x_ldflags@ \
@x_libs@ \
@@ -168,8 +168,8 @@
mostlyclean-binPROGRAMS:
---- gtk/Makefile.in.orig Thu Dec 17 14:33:52 1998
-+++ gtk/Makefile.in Sun Dec 27 00:28:05 1998
+--- gtk/Makefile.in.orig Thu Dec 31 10:00:10 1998
++++ gtk/Makefile.in Fri Jan 1 01:22:40 1999
@@ -121,7 +121,7 @@
gtkincludedir = $(includedir)/gtk
@@ -177,7 +177,7 @@
-lib_LTLIBRARIES = libgtk.la
+lib_LTLIBRARIES = libgtk11d.la
- static_sources = \
+ static_SOURCES = \
gtkaccelgroup.c \
@@ -231,7 +231,7 @@
fnmatch.c \
@@ -185,7 +185,7 @@
-libgtk_la_SOURCES = \
+libgtk11d_la_SOURCES = \
- $(static_sources) \
+ $(static_SOURCES) \
gtkmarshal.c
@@ -368,8 +368,8 @@
@@ -195,7 +195,7 @@
-libgtk_la_LDFLAGS = \
- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) \
+libgtk11d_la_LDFLAGS = \
-+ -version-info 1:1:0 \
++ -version-info 1:2:0 \
@GLIB_LIBS@ \
@x_ldflags@ \
@x_libs@ \