mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
087acb7619
so causes type mismatch errors.
16 lines
369 B
Plaintext
16 lines
369 B
Plaintext
--- 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 \
|