summaryrefslogtreecommitdiffstats
path: root/databases/rrdtool/files
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2007-02-07 09:40:25 +0000
committerdelphij <delphij@FreeBSD.org>2007-02-07 09:40:25 +0000
commit0097e99d9bce0dc133a67ce5f910a82e1168b3cc (patch)
tree88c375b2d23a8f2848ff36737e24a9404919babb /databases/rrdtool/files
parente1ed717e48a745960ce7a79a923d14f75a79336f (diff)
downloadFreeBSD-ports-0097e99d9bce0dc133a67ce5f910a82e1168b3cc.zip
FreeBSD-ports-0097e99d9bce0dc133a67ce5f910a82e1168b3cc.tar.gz
Allow building of python binding (as an option).
Submitted by: Ren Zhen <bg1tpt at gmail com> Approved by: maintainer
Diffstat (limited to 'databases/rrdtool/files')
-rw-r--r--databases/rrdtool/files/patch-bindings__python__Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/rrdtool/files/patch-bindings__python__Makefile.in b/databases/rrdtool/files/patch-bindings__python__Makefile.in
new file mode 100644
index 0000000..048da9a
--- /dev/null
+++ b/databases/rrdtool/files/patch-bindings__python__Makefile.in
@@ -0,0 +1,10 @@
+--- ./bindings/python/Makefile.in.orig Thu Feb 1 13:52:06 2007
++++ ./bindings/python/Makefile.in Wed Feb 7 10:19:12 2007
+@@ -233,6 +233,7 @@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
+ AM_CPPFLAGS = @CFLAGS@ -I$(top_srcdir)/src @PYTHON_INCLUDES@
++rrdtoolmodule_so_LDFLAGS = -module -shared
+ rrdtoolmodule_so_LDADD = $(top_builddir)/src/librrd.la
+ rrdtoolmodule_so_SOURCES = rrdtoolmodule.c
+ noinst_HEADERS = rrd_extra.h
OpenPOWER on IntegriCloud