16 lines
316 B
Plaintext
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
|