- remove patch now that we have ENOTSUP defined

This commit is contained in:
jasper 2009-10-27 13:12:48 +00:00
parent c8f1380f0b
commit 6ed8a31a3e
2 changed files with 5 additions and 17 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2009/08/30 20:37:16 rui Exp $
# $OpenBSD: Makefile,v 1.23 2009/10/27 13:12:48 jasper Exp $
COMMENT-main= Prelude framework database-access library
COMMENT-pgsql= PostgreSQL module for libpreludedb
@ -8,10 +8,10 @@ COMMENT-sqlite= SQLite3 module for libpreludedb
VERSION= 0.9.15.3
DISTNAME= libpreludedb-${VERSION}
PKGNAME-main= prelude-libpreludedb-${VERSION}
PKGNAME-pgsql= prelude-libpreludedb-pgsql-${VERSION}
PKGNAME-mysql= prelude-libpreludedb-mysql-${VERSION}
PKGNAME-sqlite= prelude-libpreludedb-sqlite-${VERSION}
PKGNAME-main= prelude-libpreludedb-${VERSION}p0
PKGNAME-pgsql= prelude-libpreludedb-pgsql-${VERSION}p0
PKGNAME-mysql= prelude-libpreludedb-mysql-${VERSION}p0
PKGNAME-sqlite= prelude-libpreludedb-sqlite-${VERSION}p0
MODPY_EGG_VERSION=0.0.0

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_preludedb-plugin-sql_c,v 1.2 2009/08/30 20:37:16 rui Exp $
--- src/preludedb-plugin-sql.c.orig Thu Aug 13 18:09:07 2009
+++ src/preludedb-plugin-sql.c Thu Aug 13 18:09:46 2009
@@ -33,7 +33,7 @@
# define ENOTSUP EOPNOTSUPP
#endif
-#define PRELUDEDB_ENOTSUP(x) preludedb_error_verbose(prelude_error_code_from_errno(ENOTSUP), "Database backend does not support '%s' operation", x)
+#define PRELUDEDB_ENOTSUP(x) preludedb_error_verbose(prelude_error_code_from_errno(EOPNOTSUPP), "Database backend does not support '%s' operation", x)
struct preludedb_plugin_sql {