mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Remove incomplete check for configure arguments to fix build when CONFIGURE_ARGS contains =
PR: 199884 Submitted by: sunpoet (myself) Approved by: Michael Grunewald <michipili@gmail.com> (maintainer)
This commit is contained in:
parent
1282844df7
commit
544075d8c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385271
@ -1,5 +1,16 @@
|
||||
--- configure.orig 2014-10-03 19:25:46 UTC
|
||||
+++ configure
|
||||
@@ -85,10 +85,6 @@ exec 3>&1
|
||||
|
||||
# Parse command-line arguments
|
||||
|
||||
-if echo "$configure_options" | grep -q -e '--\?[a-zA-Z0-9-]\+='; then
|
||||
- err "Arguments to this script look like '-prefix /foo/bar', not '-prefix=/foo/bar' (note the '=')."
|
||||
-fi
|
||||
-
|
||||
while : ; do
|
||||
case "$1" in
|
||||
"") break;;
|
||||
@@ -659,7 +659,8 @@ if test $with_sharedlibs = "yes"; then
|
||||
mksharedlib="$flexlink"
|
||||
mkmaindll="$flexlink -maindll"
|
||||
|
Loading…
Reference in New Issue
Block a user