forked from pool/graphviz
- Fix CPPFLAGS for real.
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=24
This commit is contained in:
parent
c5d7100c8d
commit
c01c71a240
@ -1,7 +1,7 @@
|
|||||||
Index: tclpkg/gv/Makefile.am
|
Index: tclpkg/gv/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tclpkg/gv/Makefile.am.orig 2010-06-15 11:37:15.082918277 +0200
|
--- tclpkg/gv/Makefile.am.orig 2010-06-18 14:03:09.206918506 +0200
|
||||||
+++ tclpkg/gv/Makefile.am 2010-06-15 11:38:05.966918325 +0200
|
+++ tclpkg/gv/Makefile.am 2010-06-18 15:01:52.630918214 +0200
|
||||||
@@ -120,13 +120,18 @@ gv.cmxa: gv.cmx
|
@@ -120,13 +120,18 @@ gv.cmxa: gv.cmx
|
||||||
ocamlopt -a -o gv.cmxa gv.cmx
|
ocamlopt -a -o gv.cmxa gv.cmx
|
||||||
gv.a: gv.cmxa
|
gv.a: gv.cmxa
|
||||||
@ -19,7 +19,7 @@ Index: tclpkg/gv/Makefile.am
|
|||||||
-libgv_perl_la_LDFLAGS = -module -avoid-version
|
-libgv_perl_la_LDFLAGS = -module -avoid-version
|
||||||
-libgv_perl_la_CPPFLAGS = $(BASECPPFLAGS) $(PERL_INCLUDES)
|
-libgv_perl_la_CPPFLAGS = $(BASECPPFLAGS) $(PERL_INCLUDES)
|
||||||
+libgv_perl_la_LDFLAGS = -module -avoid-version $(PERL_LD)
|
+libgv_perl_la_LDFLAGS = -module -avoid-version $(PERL_LD)
|
||||||
+libgv_perl_la_CPPFLAGS = $(AM_CPPFLAGS) $(PERL_CC)
|
+libgv_perl_la_CPPFLAGS = $(BASECPPFLAGS) $(PERL_CC)
|
||||||
$(PERL_data): gv_perl.cpp
|
$(PERL_data): gv_perl.cpp
|
||||||
gv_perl.cpp: gv.i
|
gv_perl.cpp: gv.i
|
||||||
$(SWIG) -c++ -perl -o gv_perl.cpp $(srcdir)/gv.i
|
$(SWIG) -c++ -perl -o gv_perl.cpp $(srcdir)/gv.i
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 18 15:02:39 CEST 2010 - pth@suse.de
|
||||||
|
|
||||||
|
- Fix CPPFLAGS for real.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 15 11:39:04 CEST 2010 - pth@suse.de
|
Tue Jun 15 11:39:04 CEST 2010 - pth@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user