opnsense-ports/comms/flrig/files/patch-configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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";