SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/autoconf/2.62/patches/patch-tests_c_at
Normal file
20
devel/autoconf/2.62/patches/patch-tests_c_at
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- tests/c.at.orig Sun Apr 6 01:04:48 2008
|
||||
+++ tests/c.at Sat Jul 19 11:53:22 2008
|
||||
@@ -141,7 +141,7 @@ AT_CLEANUP
|
||||
AT_SETUP([AC_PROG_CPP without warnings])
|
||||
|
||||
# Ignore if /lib/cpp doesn't work
|
||||
-AT_CHECK([[echo '#include <stdio.h>' | /lib/cpp || exit 77]],
|
||||
+AT_CHECK([[echo '#include <stdio.h>' | /usr/bin/cpp || exit 77]],
|
||||
[], [ignore], [ignore])
|
||||
|
||||
# A cpp which exit status is meaningless.
|
||||
@@ -179,7 +179,7 @@ AT_CLEANUP
|
||||
AT_SETUP([AC_PROG_CPP via CC])
|
||||
|
||||
# Ignore if /lib/cpp doesn't work
|
||||
-AT_CHECK([[echo '#include <stdio.h>' | /lib/cpp || exit 77]],
|
||||
+AT_CHECK([[echo '#include <stdio.h>' | /usr/bin/cpp || exit 77]],
|
||||
[], [ignore], [ignore])
|
||||
|
||||
AT_DATA([mycc],
|
Loading…
Add table
Add a link
Reference in a new issue