diff options
author | demon <demon@FreeBSD.org> | 2007-05-03 16:57:14 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2007-05-03 16:57:14 +0800 |
commit | c5dc7fe8d244485f6c239d80b606e0a6580e7119 (patch) | |
tree | e4f969687cc1e5bb4b53c91f475b1e1a5b087c34 /net | |
parent | 836c22ee88085b438baa445b90d0a50bfb0af10e (diff) | |
download | freebsd-ports-gnome-c5dc7fe8d244485f6c239d80b606e0a6580e7119.tar.gz freebsd-ports-gnome-c5dc7fe8d244485f6c239d80b606e0a6580e7119.tar.zst freebsd-ports-gnome-c5dc7fe8d244485f6c239d80b606e0a6580e7119.zip |
Update to 1.2.23 (forgot to remove the patch)
Diffstat (limited to 'net')
-rw-r--r-- | net/rrdtool/files/patch-bindings__python__Makefile.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net/rrdtool/files/patch-bindings__python__Makefile.in b/net/rrdtool/files/patch-bindings__python__Makefile.in deleted file mode 100644 index 048da9a4b25d..000000000000 --- a/net/rrdtool/files/patch-bindings__python__Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- ./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 |