diff options
author | Xin LI <delphij@FreeBSD.org> | 2007-02-07 09:40:25 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2007-02-07 09:40:25 +0000 |
commit | 1855060708091e2ba67a25ef2ce0ac29fc2f0c90 (patch) | |
tree | 0d38a7a0b818da477ea9f16234df76b941473203 /net/rrdtool/files | |
parent | 676f7c375a0a5fb6d20716773be4ad4f0878c7d6 (diff) | |
download | ports-1855060708091e2ba67a25ef2ce0ac29fc2f0c90.tar.gz ports-1855060708091e2ba67a25ef2ce0ac29fc2f0c90.zip |
Notes
Diffstat (limited to 'net/rrdtool/files')
-rw-r--r-- | net/rrdtool/files/patch-bindings__python__Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/rrdtool/files/patch-bindings__python__Makefile.in b/net/rrdtool/files/patch-bindings__python__Makefile.in new file mode 100644 index 000000000000..048da9a4b25d --- /dev/null +++ b/net/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 |