diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2003-01-31 17:16:37 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2003-01-31 17:16:37 +0000 |
commit | 087acb7619a749f6932bfe5a45d3b3e3e9c293d2 (patch) | |
tree | 134bcd8b17974c86db758cf992cc9b961e42e553 /mbone/vic | |
parent | 7d008550080d304adf8187b7b6933d765adca30c (diff) | |
download | ports-087acb7619a749f6932bfe5a45d3b3e3e9c293d2.tar.gz ports-087acb7619a749f6932bfe5a45d3b3e3e9c293d2.zip |
Notes
Diffstat (limited to 'mbone/vic')
-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 \ |