Files
pkgsrc-ng/devel/libindicator/patches/patch-configure
2016-11-18 22:39:22 +01:00

16 lines
316 B
Plaintext

$NetBSD: patch-configure,v 1.1 2016/05/20 21:32:24 youri Exp $
Ensure linker arguments are separated.
--- configure.orig 2012-09-19 15:40:08.143406486 +0000
+++ configure
@@ -12141,7 +12141,7 @@ fi
esac
-LIBINDICATOR_LIBS+="$LIBM"
+LIBINDICATOR_LIBS+=" $LIBM"
##############################
# Custom Junk