- unbreak py-pygresql under i386, spotted by naddy@

- take maintainership on it

ok Laurence Tratt
This commit is contained in:
benoit 2010-11-18 20:48:03 +00:00
parent 9f7abcc825
commit 6df73975c1
2 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/11/15 00:22:53 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/18 20:48:03 benoit Exp $
COMMENT = PostgreSQL module for Python
@ -6,10 +6,11 @@ MODPY_EGG_VERSION = 4.0
DISTNAME = PyGreSQL-${MODPY_EGG_VERSION}
PKGNAME = py-pygresql-${MODPY_EGG_VERSION}
CATEGORIES = databases
REVISION = 0
HOMEPAGE = http://www.pygresql.org/
MAINTAINER = Laurence Tratt <laurie@tratt.net>
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-setup_py,v 1.1 2010/11/18 20:48:05 benoit Exp $
--- setup.py.orig Thu Jan 1 14:05:02 2009
+++ setup.py Sun Nov 14 01:07:28 2010
@@ -76,7 +76,6 @@
'#undef USE_REPL_SNPRINTF',
'#undef USE_SSL',
'#undef USE_ZLIB',
- '#undef HAVE_STDINT_H',
'#undef HAVE_SYS_TIME_H',
'#undef HAVE_UNISTD_H',
'#define _CRT_SECURE_NO_WARNINGS 1',