openbsd-ports/net/rrdtool/patches/patch-bindings_Makefile_in
sthen 6248392f4c update to newest 1.2 release (1.2.30), maintainer doesn't necessarily
agree with staying with 1.2.x but doesn't mind too much either way
and 1.3 adds heavy dependencies.
2009-01-26 21:26:32 +00:00

12 lines
570 B
Plaintext

--- bindings/Makefile.in.orig Wed Jul 23 14:56:19 2008
+++ bindings/Makefile.in Thu Dec 11 11:22:50 2008
@@ -560,7 +560,7 @@ ruby:
# rules for buildung the pyton module
python:
- cd python && env BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py build_ext --rpath=$(libdir) && env LIBDIR=../../src/.libs $(PYTHON) setup.py build
+ cd python && env BUILDLIBDIR=../../src/.libs INCDIR=../../src $(PYTHON) setup.py build_ext --rpath=$(libdir) && env LIBDIR=../../src/.libs $(PYTHON) setup.py build
# rules for building the perl module
perl_piped: perl-piped/Makefile