aboutsummaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2003-01-31 17:16:37 +0000
committerBill Fenner <fenner@FreeBSD.org>2003-01-31 17:16:37 +0000
commit087acb7619a749f6932bfe5a45d3b3e3e9c293d2 (patch)
tree134bcd8b17974c86db758cf992cc9b961e42e553 /mbone
parent7d008550080d304adf8187b7b6933d765adca30c (diff)
downloadports-087acb7619a749f6932bfe5a45d3b3e3e9c293d2.tar.gz
ports-087acb7619a749f6932bfe5a45d3b3e3e9c293d2.zip
Don't treat alpha specially with INT_64. INT_64 is not used consistently
so causes type mismatch errors.
Notes
Notes: svn path=/head/; revision=74361
Diffstat (limited to 'mbone')
-rw-r--r--mbone/vic/files/patch-configure.in.tail15
1 files changed, 15 insertions, 0 deletions
diff --git a/mbone/vic/files/patch-configure.in.tail b/mbone/vic/files/patch-configure.in.tail
new file mode 100644
index 000000000000..44ab63487ae9
--- /dev/null
+++ b/mbone/vic/files/patch-configure.in.tail
@@ -0,0 +1,15 @@
+--- configure.in.tail.orig Fri Jan 31 09:09:33 2003
++++ configure.in.tail Fri Jan 31 09:09:47 2003
+@@ -35,9 +35,9 @@
+
+ AC_SUBST(V_STATIC)
+
+-if test "$host_cpu" = alpha ; then
+- V_DEFINE="$V_DEFINE -DINT_64=u_long"
+-fi
++#if test "$host_cpu" = alpha ; then
++# V_DEFINE="$V_DEFINE -DINT_64=u_long"
++#fi
+
+ # various include hacks
+ dirs="/usr/src/local/include-fixes \