diff options
Diffstat (limited to 'dev-libs/gmetadom/files/gmetadom-0.2.2-gentoo.patch')
-rw-r--r-- | dev-libs/gmetadom/files/gmetadom-0.2.2-gentoo.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-libs/gmetadom/files/gmetadom-0.2.2-gentoo.patch b/dev-libs/gmetadom/files/gmetadom-0.2.2-gentoo.patch deleted file mode 100644 index f416062684f4..000000000000 --- a/dev-libs/gmetadom/files/gmetadom-0.2.2-gentoo.patch +++ /dev/null @@ -1,35 +0,0 @@ -diff -urN gmetadom-0.2.1.orig/configure.ac gmetadom-0.2.1/configure.ac ---- gmetadom-0.2.1.orig/configure.ac 2003-10-08 06:49:32.000000000 +0900 -+++ gmetadom-0.2.1/configure.ac 2004-07-14 08:37:25.000000000 +0900 -@@ -312,7 +312,7 @@ - HAVE_OCAMLC=no - else - HAVE_OCAMLC=yes -- OCAML_LIB=`$OCAMLC -v | tail -1 | cut -d ':' -f2 | tr -d ' '` -+ OCAML_LIB=`$OCAMLC -v | tail -n 1 | cut -d ':' -f2 | tr -d ' '` - - if test $OCAML_INCLUDE_PREFIX = no; then - OCAML_CFLAGS=-I$OCAML_LIB -diff -urN gmetadom-0.2.1.orig/src/gdome_caml/Makefile.am gmetadom-0.2.1/src/gdome_caml/Makefile.am ---- gmetadom-0.2.1.orig/src/gdome_caml/Makefile.am 2003-10-08 15:00:50.000000000 +0900 -+++ gmetadom-0.2.1/src/gdome_caml/Makefile.am 2004-07-14 09:09:26.028761996 +0900 -@@ -81,7 +81,7 @@ - done - if [ "x$(OCAMLFIND)" != "x" ]; then \ - mv $(OCAMLINSTALLDIR) $(OCAMLINSTALLDIR).saved; \ -- $(OCAMLFIND) install -destdir $(DESTDIR)$(OCAML_LIB_PREFIX)/ $(PKGNAME) META $(DLL); \ -+ $(OCAMLFIND) install -destdir $(DESTDIR)$(OCAML_LIB_PREFIX)/site-packages $(PKGNAME) META $(DLL); \ - $(INSTALL_DATA) $(OCAMLINSTALLDIR).saved/* $(OCAMLINSTALLDIR)/; \ - rm -rf $(OCAMLINSTALLDIR).saved/; \ - else \ -diff -urN gmetadom-0.2.2.orig/src/gdome_cpp_smart/test/Makefile.am gmetadom-0.2.2/src/gdome_cpp_smart/test/Makefile.am ---- gmetadom-0.2.2.orig/src/gdome_cpp_smart/test/Makefile.am 2005-02-10 22:17:55.766735918 -0500 -+++ gmetadom-0.2.2/src/gdome_cpp_smart/test/Makefile.am 2005-02-10 22:12:31.497162475 -0500 -@@ -7,7 +7,6 @@ - - LDADDS = \ - $(GDOME_LIBS) \ -- $(top_builddir)/src/gdome_cpp_smart/.libs/libgmetadom_gdome_cpp_smart.a \ - $(top_builddir)/src/gdome_cpp_smart/libgmetadom_gdome_cpp_smart.la \ - -lstdc++ - |