aboutsummaryrefslogtreecommitdiffstats
path: root/mbone/vic/files
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2003-02-01 01:16:37 +0800
committerfenner <fenner@FreeBSD.org>2003-02-01 01:16:37 +0800
commit7bcbc6c4c05401f0b57b12a790e0a58094394c40 (patch)
treed1149c83272d1cfc6539f901c5b8979d557a4ef7 /mbone/vic/files
parent98e1cc52b456ffb519410cc2b667d073fe647d16 (diff)
downloadfreebsd-ports-graphics-7bcbc6c4c05401f0b57b12a790e0a58094394c40.tar.gz
freebsd-ports-graphics-7bcbc6c4c05401f0b57b12a790e0a58094394c40.tar.zst
freebsd-ports-graphics-7bcbc6c4c05401f0b57b12a790e0a58094394c40.zip
Don't treat alpha specially with INT_64. INT_64 is not used consistently
so causes type mismatch errors.
Diffstat (limited to 'mbone/vic/files')
-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 00000000000..44ab63487ae
--- /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 \