From 95c7274da4038738590849d3fc049be67f4afe15 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 20 May 2004 06:06:46 +0000 Subject: - Fix build with new devel/libstatgrab version PR: ports/66911 Submitted by: maintainer --- devel/py-statgrab/Makefile | 1 + devel/py-statgrab/files/patch-_statgrab.c | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 devel/py-statgrab/files/patch-_statgrab.c (limited to 'devel/py-statgrab') diff --git a/devel/py-statgrab/Makefile b/devel/py-statgrab/Makefile index abbbc680a7aa..65000f84bf18 100644 --- a/devel/py-statgrab/Makefile +++ b/devel/py-statgrab/Makefile @@ -7,6 +7,7 @@ PORTNAME= statgrab PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ diff --git a/devel/py-statgrab/files/patch-_statgrab.c b/devel/py-statgrab/files/patch-_statgrab.c new file mode 100644 index 000000000000..ed64ea3b38b8 --- /dev/null +++ b/devel/py-statgrab/files/patch-_statgrab.c @@ -0,0 +1,10 @@ +--- _statgrab.c.bak Wed May 19 23:11:40 2004 ++++ _statgrab.c Wed May 19 23:11:49 2004 +@@ -2,6 +2,7 @@ + + #include "Python.h" + #include "structmember.h" ++#define SG_ENABLE_DEPRECATED + #include "statgrab.h" + + -- cgit v1.2.3