Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 81569
Collapse All | Expand All

(-)gmetadom-0.2.1.orig/configure.ac (-1 / +1 lines)
Lines 312-318 Link Here
312
	HAVE_OCAMLC=no
312
	HAVE_OCAMLC=no
313
else
313
else
314
	HAVE_OCAMLC=yes
314
	HAVE_OCAMLC=yes
315
	OCAML_LIB=`$OCAMLC -v | tail -1 | cut -d ':' -f2 | tr -d ' '`
315
	OCAML_LIB=`$OCAMLC -v | tail -n 1 | cut -d ':' -f2 | tr -d ' '`
316
316
317
	if test $OCAML_INCLUDE_PREFIX = no; then
317
	if test $OCAML_INCLUDE_PREFIX = no; then
318
		OCAML_CFLAGS=-I$OCAML_LIB
318
		OCAML_CFLAGS=-I$OCAML_LIB
(-)gmetadom-0.2.1.orig/src/gdome_caml/Makefile.am (-1 / +1 lines)
Lines 81-87 Link Here
81
	done
81
	done
82
	if [ "x$(OCAMLFIND)" != "x" ]; then \
82
	if [ "x$(OCAMLFIND)" != "x" ]; then \
83
		mv $(OCAMLINSTALLDIR) $(OCAMLINSTALLDIR).saved;	\
83
		mv $(OCAMLINSTALLDIR) $(OCAMLINSTALLDIR).saved;	\
84
		$(OCAMLFIND) install -destdir $(DESTDIR)$(OCAML_LIB_PREFIX)/ $(PKGNAME) META $(DLL); \
84
		$(OCAMLFIND) install -destdir $(DESTDIR)$(OCAML_LIB_PREFIX)/site-packages $(PKGNAME) META $(DLL); \
85
		$(INSTALL_DATA) $(OCAMLINSTALLDIR).saved/* $(OCAMLINSTALLDIR)/;	\
85
		$(INSTALL_DATA) $(OCAMLINSTALLDIR).saved/* $(OCAMLINSTALLDIR)/;	\
86
		rm -rf $(OCAMLINSTALLDIR).saved/;	\
86
		rm -rf $(OCAMLINSTALLDIR).saved/;	\
87
	else	\
87
	else	\
(-)gmetadom-0.2.2.orig/src/gdome_cpp_smart/test/Makefile.am (-1 lines)
Lines 7-13 Link Here
7
7
8
LDADDS = \
8
LDADDS = \
9
  $(GDOME_LIBS) \
9
  $(GDOME_LIBS) \
10
  $(top_builddir)/src/gdome_cpp_smart/.libs/libgmetadom_gdome_cpp_smart.a \
11
  $(top_builddir)/src/gdome_cpp_smart/libgmetadom_gdome_cpp_smart.la \
10
  $(top_builddir)/src/gdome_cpp_smart/libgmetadom_gdome_cpp_smart.la \
12
  -lstdc++
11
  -lstdc++
13
12

Return to bug 81569