]> git.pld-linux.org Git - packages/ggv.git/commitdiff
- fixes for autoconf 2.5x and automake 1.6.
authorkloczek <kloczek@pld-linux.org>
Thu, 3 Oct 2002 20:08:04 +0000 (20:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ggv-ac25x.patch -> 1.1
    ggv-am16.patch -> 1.1

ggv-ac25x.patch [new file with mode: 0644]
ggv-am16.patch [new file with mode: 0644]

diff --git a/ggv-ac25x.patch b/ggv-ac25x.patch
new file mode 100644 (file)
index 0000000..f23e964
--- /dev/null
@@ -0,0 +1,21 @@
+--- ggv-1.1.95/configure.in~   Thu Oct  3 21:35:26 2002
++++ ggv-1.1.95/configure.in    Thu Oct  3 21:35:26 2002
+@@ -140,10 +140,6 @@
+ AC_SUBST(OAF_LIBS)
+ AC_SUBST(OAF_CFLAGS)
+-AC_SUBST(CFLAGS)
+-AC_SUBST(CPPFLAGS)
+-AC_SUBST(LDFLAGS)
+-
+ AC_OUTPUT([
+ Makefile
+ ggv.spec
+@@ -154,7 +150,6 @@
+ help/C/Makefile
+ help/it/Makefile
+ help/ja/Makefile
+-pixmaps/Makefile
+ src/Makefile
+ src/stock/Makefile
+ bonobo/Makefile
diff --git a/ggv-am16.patch b/ggv-am16.patch
new file mode 100644 (file)
index 0000000..c5000a3
--- /dev/null
@@ -0,0 +1,9 @@
+--- ggv-1.1.95/src/Makefile.am~        Thu Oct  3 21:41:49 2002
++++ ggv-1.1.95/src/Makefile.am Thu Oct  3 21:41:49 2002
+@@ -96,5 +96,5 @@
+ BUILT_SOURCES=$(CORBA_SOURCES)
+-CLEANFILES += $(BUILT_SOURCES)
++CLEANFILES = $(BUILT_SOURCES)
This page took 0.063916 seconds and 4 git commands to generate.