mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
19 lines
380 B
Plaintext
19 lines
380 B
Plaintext
$NetBSD: patch-configure,v 1.1 2013/10/27 20:35:16 joerg Exp $
|
|
|
|
--- configure.orig 2013-10-27 16:08:37.000000000 +0000
|
|
+++ configure
|
|
@@ -33819,7 +33819,12 @@ else
|
|
fi
|
|
done
|
|
;;
|
|
- -[lLR]*)
|
|
+ -R*)
|
|
+ ac_arg="-Wl,$ac_arg"
|
|
+ shift
|
|
+ set X $ac_arg "$@"
|
|
+ ;;
|
|
+ -[lLR]*|-Wl*)
|
|
ac_exists=false
|
|
for ac_i in $ac_cv_f77_libs; do
|
|
if test x"$ac_arg" = x"$ac_i"; then
|