- Readd AM_CPPFLAGS for libgv_perl.

OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=20
This commit is contained in:
Philipp Thomas 2010-06-15 09:40:32 +00:00 committed by Git OBS Bridge
parent 88275d76a8
commit 0831804c17
2 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Index: tclpkg/gv/Makefile.am
===================================================================
--- tclpkg/gv/Makefile.am.orig 2010-06-09 13:28:24.000000000 +0200
+++ tclpkg/gv/Makefile.am 2010-06-09 14:10:34.690418096 +0200
--- tclpkg/gv/Makefile.am.orig 2010-06-15 11:37:15.082918277 +0200
+++ tclpkg/gv/Makefile.am 2010-06-15 11:38:05.966918325 +0200
@@ -120,13 +120,18 @@ gv.cmxa: gv.cmx
ocamlopt -a -o gv.cmxa gv.cmx
gv.a: gv.cmxa
@ -19,7 +19,7 @@ Index: tclpkg/gv/Makefile.am
-libgv_perl_la_LDFLAGS = -module -avoid-version
-libgv_perl_la_CPPFLAGS = $(BASECPPFLAGS) $(PERL_INCLUDES)
+libgv_perl_la_LDFLAGS = -module -avoid-version $(PERL_LD)
+libgv_perl_la_CPPFLAGS = $(BASECPPFLAGS) $(PERL_INCLUDES) $(PERL_CC)
+libgv_perl_la_CPPFLAGS = $(AM_CPPFLAGS) $(PERL_CC)
$(PERL_data): gv_perl.cpp
gv_perl.cpp: gv.i
$(SWIG) -c++ -perl -o gv_perl.cpp $(srcdir)/gv.i

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 15 11:39:04 CEST 2010 - pth@suse.de
- Readd AM_CPPFLAGS for libgv_perl.
-------------------------------------------------------------------
Fri Jun 11 12:12:20 CEST 2010 - pth@suse.de