summaryrefslogtreecommitdiff
path: root/databases/qdbm/patches
diff options
context:
space:
mode:
authorobache <obache>2013-12-28 08:52:17 +0000
committerobache <obache>2013-12-28 08:52:17 +0000
commite4b33f8197f4c324a747b4615e586cafed5595cf (patch)
tree432c846aa6fb276100837cda2cdd67a2f0bf0ca6 /databases/qdbm/patches
parent522f669fdb55e3df23c2c3b3be111e8b49b136ea (diff)
downloadpkgsrc-e4b33f8197f4c324a747b4615e586cafed5595cf.tar.gz
int64_t is not used anywhere, and its redifinition produce only troubles
in system headers.
Diffstat (limited to 'databases/qdbm/patches')
-rw-r--r--databases/qdbm/patches/patch-java_configure26
1 files changed, 26 insertions, 0 deletions
diff --git a/databases/qdbm/patches/patch-java_configure b/databases/qdbm/patches/patch-java_configure
new file mode 100644
index 00000000000..6dd9b99a720
--- /dev/null
+++ b/databases/qdbm/patches/patch-java_configure
@@ -0,0 +1,26 @@
+$NetBSD: patch-java_configure,v 1.1 2013/12/28 08:52:17 obache Exp $
+
+* 64bit int type is available in these days, and redifinition produce troubles.
+
+--- java/configure.orig 2007-10-23 15:59:35.000000000 +0000
++++ java/configure
+@@ -2944,19 +2944,6 @@ fi
+
+
+
+-#================================================================
+-# Generic Settings
+-#================================================================
+-
+-# Data types
+-if uname | grep '^SunOS' > /dev/null
+-then
+- MYDEFS='-Dint64_t=long\ long'
+-elif uname | grep '^CYGWIN' > /dev/null
+-then
+- MYDEFS='-D__int64=long\ long'
+-fi
+-
+ # Export variables
+
+