Codebase list libhdate / d4542de
Regenerate patch to fit new upstream (1.6) Lior Kaplan 12 years ago
1 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
22
33 --- a/bindings/perl/Makefile.in
44 +++ b/bindings/perl/Makefile.in
5 @@ -401,7 +401,7 @@
5 @@ -403,7 +403,7 @@
66
77 @WITH_PERL_TRUE@hdate.so: hdate_wrap.cxx
88 @WITH_PERL_TRUE@ g++ -fpic -c hdate_wrap.cxx $(PE_CFLAGS) -I$(top_srcdir)/src
2424 swig -perl -c++ hdate.i
2525 --- a/bindings/php/Makefile.in
2626 +++ b/bindings/php/Makefile.in
27 @@ -401,7 +401,7 @@
27 @@ -403,7 +403,7 @@
2828
2929 @WITH_PHP_TRUE@hdate.so: hdate_wrap.cpp
3030 @WITH_PHP_TRUE@ g++ -I$(top_srcdir)/src `php-config --includes` -fpic -c hdate_wrap.cpp
4646 swig -php5 -c++ hdate.i
4747 --- a/bindings/ruby/Makefile.in
4848 +++ b/bindings/ruby/Makefile.in
49 @@ -401,7 +401,7 @@
49 @@ -403,7 +403,7 @@
5050
5151 @WITH_RUBY_TRUE@hdate.so: hdate_wrap.cxx
5252 @WITH_RUBY_TRUE@ g++ -fpic -fno-strict-aliasing -g -O2 -c hdate_wrap.cxx $(RU_CFLAGS) -I$(top_srcdir)/src
6868 swig -c++ -ruby hdate.i
6969 --- a/bindings/python/Makefile.in
7070 +++ b/bindings/python/Makefile.in
71 @@ -401,7 +401,7 @@
71 @@ -403,7 +403,7 @@
7272
7373 @WITH_PYTHON_TRUE@_hdate.so: hdate_wrap.cxx
7474 @WITH_PYTHON_TRUE@ g++ -fpic -c hdate_wrap.cxx $(PY_CFLAGS) -I$(top_srcdir)/src