pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Fix linker arguments.
Module Name: pkgsrc-wip
Committed By: Jonathan Perkin <jperkin%joyent.com@localhost>
Pushed By: jperkin
Date: Wed Apr 27 13:35:33 2016 +0100
Changeset: f546016f3e2f25f0ed5cddd14ea10d97ee779ce3
Modified Files:
libindicator/distinfo
Added Files:
libindicator/patches/patch-configure
Log Message:
Fix linker arguments.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f546016f3e2f25f0ed5cddd14ea10d97ee779ce3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libindicator/distinfo | 1 +
libindicator/patches/patch-configure | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diffs:
diff --git a/libindicator/distinfo b/libindicator/distinfo
index e89245c..479257c 100644
--- a/libindicator/distinfo
+++ b/libindicator/distinfo
@@ -3,3 +3,4 @@ $NetBSD: distinfo,v 1.3 2015/03/07 09:27:46 obache Exp $
SHA1 (libindicator-12.10.1.tar.gz) = 25c8a0a150651ee6b2198df3f36fcbb49f0295c2
RMD160 (libindicator-12.10.1.tar.gz) = c5353a3ee5b9b24fac0cb2a7b620a23c406055af
Size (libindicator-12.10.1.tar.gz) = 427764 bytes
+SHA1 (patch-configure) = 3af0c7c242613fac3727620dcca1aa5e51d0fa6f
diff --git a/libindicator/patches/patch-configure b/libindicator/patches/patch-configure
new file mode 100644
index 0000000..0de9f34
--- /dev/null
+++ b/libindicator/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD$
+
+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
Home |
Main Index |
Thread Index |
Old Index