diff options
author | fenner <fenner@FreeBSD.org> | 2003-02-01 01:16:37 +0800 | ||||||
---|---|---|---|---|---|---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2003-02-01 01:16:37 +0800 | ||||||
commit | 7bcbc6c4c05401f0b57b12a790e0a58094394c40 (patch) | |||||||
tree | -rw-r--r-- | mbone/vic/files/patch-configure.in.tail | 15 |
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 \ |