diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-22 12:48:01 +0000 |
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-22 12:48:01 +0000 |
| commit | 7799bea937b4f41f4c39efe75e8b71cc22697be2 (patch) | |
| tree | 0f9e326d123d64903adb6f9bc78b869c250b7993 /textproc/p5-RDFStore/files | |
| parent | 10bae222c718ef58149ba67e320296df43e49ccb (diff) | |
Notes
Diffstat (limited to 'textproc/p5-RDFStore/files')
| -rw-r--r-- | textproc/p5-RDFStore/files/patch-Makefile.PL | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/p5-RDFStore/files/patch-Makefile.PL b/textproc/p5-RDFStore/files/patch-Makefile.PL new file mode 100644 index 000000000000..5ee9e23f62ba --- /dev/null +++ b/textproc/p5-RDFStore/files/patch-Makefile.PL @@ -0,0 +1,24 @@ +--- Makefile.PL.orig 2006-06-19 19:10:21.000000000 +0900 ++++ Makefile.PL 2010-01-22 12:28:28.161357031 +0900 +@@ -816,9 +816,6 @@ + }; + }; + +-# build client libdbms library first +-`(cd dbms/libdbms; make clean; make)`; +- + + WriteMakefile( + #DIR => [ 'RDFNode' ], +@@ -839,6 +836,11 @@ + ) : () + ); + ++# build client libdbms library first ++chomp(my $_CCCDLFLAGS=`make -VCCCDLFLAGS`); ++chomp(my $_CFLAGS=`make -VCFLAGS`); ++print `cd dbms/libdbms; make clean; make CFLAGS="${_CFLAGS} ${_CCCDLFLAGS}"`; ++ + sub MY::post_initialize { + print <<EOT; + |
