mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
o Have byteswap work for both 5.x (and over) and 4.x FreeBSD branches o Fix build on 4.x by disabling gcc3 SMID code (patch-configure) Submitted by: ahze
11 lines
246 B
Text
11 lines
246 B
Text
--- configure.orig Fri May 13 01:19:02 2005
|
|
+++ configure Fri May 13 01:19:42 2005
|
|
@@ -935,6 +935,8 @@
|
|
builtin_vector=no
|
|
if $cc -o $TMPO $TMPC 2> /dev/null ; then
|
|
builtin_vector=yes
|
|
+else
|
|
+ builtin_vector=no
|
|
fi
|
|
|
|
# dlopen/dlfcn.h probing
|