summaryrefslogtreecommitdiff
path: root/databases/sqlite3/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlite3/patches/patch-aa')
-rw-r--r--databases/sqlite3/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/sqlite3/patches/patch-aa b/databases/sqlite3/patches/patch-aa
deleted file mode 100644
index 39a8187849e..00000000000
--- a/databases/sqlite3/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2007/06/07 19:49:11 wiz Exp $
-
---- configure.orig 2007-03-29 18:39:30.000000000 +0000
-+++ configure
-@@ -19170,7 +19170,7 @@ if test "$TARGET_EXEEXT" = ".exe"; then
- OS_WIN=0
- OS_OS2=1
- TARGET_CFLAGS="$TARGET_CFLAGS -DOS_OS2=1"
-- if test "$ac_compiler_gnu" == "yes" ; then
-+ if test "$ac_compiler_gnu" = "yes" ; then
- TARGET_CFLAGS="$TARGET_CFLAGS -Zomf -Zexe -Zmap"
- BUILD_CFLAGS="$BUILD_CFLAGS -Zomf -Zexe"
- fi