1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/t1lib/files/patch-aa
Steve Price b3a6234363 Remove hang from configure script. Use .S instead of .s when compiling
ASM and C files on the same commandline to keep cc(1) from hanging
indefinitely.
2000-02-13 17:01:01 +00:00

14 lines
320 B
Plaintext

--- configure.orig Sat Feb 12 12:26:08 2000
+++ configure Sat Feb 12 12:26:38 2000
@@ -2855,8 +2855,8 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
saved_libs=$LIBS
-LIBS="conftest_asm.s $LIBS"
-cat > conftest_asm.s <<EOF
+LIBS="conftest_asm.S $LIBS"
+cat > conftest_asm.S <<EOF
.globl _ac_test
_ac_test:
.long 0