forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
548 B
Text
11 lines
548 B
Text
--- configure.orig 2014-04-08 22:42:56.000000000 -0700
|
|
+++ configure 2014-04-08 22:43:21.000000000 -0700
|
|
@@ -7205,7 +7205,7 @@
|
|
FLTK_LIBS=`$FLTK_CONFIG --ldflags --use-images`
|
|
if test "x$target_mingw32" != "xyes"; then
|
|
if test "x$target_darwin" != "xyes"; then
|
|
- if grep -q "lX11" <<< "$FLTK_LIBS"; then
|
|
+ if echo "$FLTK_LIBS" | grep -q "lX11"; then
|
|
FLTK_LIBS="$FLTK_LIBS";
|
|
else
|
|
FLTK_LIBS="$FLTK_LIBS -lm -lX11";
|