]> git.pld-linux.org Git - packages/redland.git/commitdiff
- added patch, use system repat
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 23 May 2003 19:48:36 +0000 (19:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    redland-system-repat.patch -> 1.1

redland-system-repat.patch [new file with mode: 0644]

diff --git a/redland-system-repat.patch b/redland-system-repat.patch
new file mode 100644 (file)
index 0000000..b812573
--- /dev/null
@@ -0,0 +1,27 @@
+diff -Nur redland-0.9.12.orig/configure.in redland-0.9.12/configure.in
+--- redland-0.9.12.orig/configure.in   2003-05-23 21:15:06.000000000 +0200
++++ redland-0.9.12/configure.in        2003-05-23 21:17:50.000000000 +0200
+@@ -900,10 +900,7 @@
+ fi
+ if test $need_repat = 1; then
+-  # Always have local copy
+-  SD="$SD repat"
+-  LIBRDF_INTERNAL_CPPFLAGS="-I\$(top_srcdir) $LIBRDF_INTERNAL_CPPFLAGS"
+-  LIBRDF_INTERNAL_LIBS="\$(top_builddir)/repat/librepat.la $LIBRDF_INTERNAL_LIBS"
++  LIBRDF_INTERNAL_LIBS="-lrepat $LIBRDF_INTERNAL_LIBS"
+ fi
+diff -Nur redland-0.9.12.orig/Makefile.am redland-0.9.12/Makefile.am
+--- redland-0.9.12.orig/Makefile.am    2003-05-23 21:15:06.000000000 +0200
++++ redland-0.9.12/Makefile.am 2003-05-23 21:18:11.000000000 +0200
+@@ -23,7 +23,7 @@
+ noinst_SCRIPTS = redland-src-config
+ # Subdirectories to build/install etc.
+-SUBDIRS=@SD@ repat librdf raptor examples utils
++SUBDIRS=@SD@ librdf raptor examples utils
+ CONFIG_SUBDIRS=raptor
+ # Subdirectories to use for distribution
+ DIST_SUBDIRS=librdf docs examples \
This page took 0.069395 seconds and 4 git commands to generate.