freebsd-ports/math/eukleides/files/patch-bash_euktoeps
Ashish SHUKLA c8dc31818c - Fix building with -CURRENT
- Pass CFLAGS to the make
- While here, fix portlint warnings

Reported by:	pkg-fallout
2020-09-11 17:35:26 +00:00

11 lines
349 B
Text

--- bash/euktoeps.orig 2010-04-27 06:31:00 UTC
+++ bash/euktoeps
@@ -31,7 +31,7 @@ USAGE
exit $1
}
-args=$(getopt -o i:l::#:d:vh --long include:,locale::,interactive:,data:,version,help \
+args=$(%%LOCALBASE%%/bin/getopt -o i:l::#:d:vh --long include:,locale::,interactive:,data:,version,help \
-n 'Euktoeps' -- "$@")
if [ $? -ne 0 ]