openbsd-ports/net/rrdtool/patches/patch-bindings_Makefile_in
msf fe19c489e4 long overdue update to 1.2.23
remove TCL FLAVOUR
split perl bindings into a subpackage
provide python bindings as a subpackage
take maintainer

ok and 64 bit fixes sthen@, ok jasper@
2007-09-12 14:34:36 +00:00

13 lines
479 B
Plaintext

$OpenBSD: patch-bindings_Makefile_in,v 1.1 2007/09/12 14:34:36 msf Exp $
--- bindings/Makefile.in.orig Wed May 2 19:06:59 2007
+++ bindings/Makefile.in Tue Sep 11 14:31:11 2007
@@ -550,7 +550,7 @@ ruby:
# rules for buildung the pyton module
python:
- cd python && env LIBDIR=../../src/.libs $(PYTHON) setup.py build
+ cd python && env LIBDIR=../../src/.libs INCDIR=../../src $(PYTHON) setup.py build
# rules for building the perl module
perl_piped: perl-piped/Makefile