]> git.pld-linux.org Git - packages/nautilus.git/commitdiff
- and a little patchy here, and a little patchy there
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 11 Aug 2002 13:08:31 +0000 (13:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nautilus-ac_fix.patch -> 1.1
    nautilus-dblib_fix.patch -> 1.1

nautilus-ac_fix.patch [new file with mode: 0644]
nautilus-dblib_fix.patch [new file with mode: 0644]

diff --git a/nautilus-ac_fix.patch b/nautilus-ac_fix.patch
new file mode 100644 (file)
index 0000000..ab27110
--- /dev/null
@@ -0,0 +1,16 @@
+--- configure.in.orig  Tue Aug  6 22:14:46 2002
++++ configure.in       Tue Aug  6 22:34:29 2002
+@@ -326,10 +326,10 @@
+ dnl = cdda module support
+ dnl ====================================
+-AM_CONDITIONAL(HAVE_CDDA, false);
++AM_CONDITIONAL(HAVE_CDDA, false)
+ AC_CHECK_HEADERS(cdda_interface.h cdda_paranoia.h, [
+-      CDDA_LIBS="$CDDA_LIBS -lcdda_paranoia, -lcdda_interface";
+-              AM_CONDITIONAL(HAVE_CDDA, true);
++      CDDA_LIBS="$CDDA_LIBS -lcdda_paranoia, -lcdda_interface"
++              AM_CONDITIONAL(HAVE_CDDA, true)
+       ])
+ dnl ====================================
diff --git a/nautilus-dblib_fix.patch b/nautilus-dblib_fix.patch
new file mode 100644 (file)
index 0000000..b45d09e
--- /dev/null
@@ -0,0 +1,11 @@
+--- components/help/converters/gnome-db2html3/docbook/lib/Makefile.am~ Fri Jun  8 18:10:47 2001
++++ components/help/converters/gnome-db2html3/docbook/lib/Makefile.am  Tue Aug  6 22:10:52 2002
+@@ -1,5 +1,5 @@
+-libdir=$(datadir)/sgml/docbook/xsl-stylesheets-1.29/lib
++dblibdir=$(datadir)/sgml/docbook/xsl-stylesheets-1.29/lib
+-lib_DATA=lib.xsl
++dblib_DATA=lib.xsl
+-EXTRA_DIST=$(lib_DATA)
++EXTRA_DIST=$(dblib_DATA)
This page took 0.03092 seconds and 4 git commands to generate.