Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50976 Details for
Bug 81569
dev-libs/gmetadom-0.2.2 emerge fails with libtool mismatch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gmetadom-0.2.2-gentoo.patch
gmetadom-0.2.2-gentoo.patch (text/plain), 1.65 KB, created by
Yaakov S
on 2005-02-10 19:47:24 UTC
(
hide
)
Description:
gmetadom-0.2.2-gentoo.patch
Filename:
MIME Type:
Creator:
Yaakov S
Created:
2005-02-10 19:47:24 UTC
Size:
1.65 KB
patch
obsolete
>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++ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 81569
:
50975
| 50976