mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
11 lines
250 B
Text
11 lines
250 B
Text
--- configure.orig 2023-02-06 22:53:04 UTC
|
|
+++ configure
|
|
@@ -279,7 +279,7 @@ do
|
|
|
|
CC=*) CC="`echo \"$1\"|sed -e s,^CC=,,`";;
|
|
|
|
- *) die "invalid option '$1' (try '-h')";;
|
|
+ *) echo "invalid option '$1' (try '-h')";;
|
|
esac
|
|
shift
|
|
done
|