pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Patch for portability check failure.
Module Name: pkgsrc-wip
Committed By: Jason Bacon <jwbacon%tds.net@localhost>
Pushed By: outpaddling
Date: Tue Sep 29 20:27:13 2015 -0500
Changeset: 2ce45c801a5ee062cb8ab4b0bd64e04637d171cc
Added Files:
cufflinks/patches/patch-configure
Log Message:
Patch for portability check failure.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2ce45c801a5ee062cb8ab4b0bd64e04637d171cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cufflinks/patches/patch-configure | 13 +++++++++++++
1 file changed, 13 insertions(+)
diffs:
diff --git a/cufflinks/patches/patch-configure b/cufflinks/patches/patch-configure
new file mode 100644
index 0000000..ba09a47
--- /dev/null
+++ b/cufflinks/patches/patch-configure
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- configure.orig 2015-09-30 01:19:17.827123473 +0000
++++ configure
+@@ -7592,7 +7592,7 @@ LDFLAGS="$LDFLAGS $EIGEN_LDFLAGS"
+ export LDFLAGS
+ export EIGEN_CPPFLAGS
+
+-if test "$succeeded" == "yes" ; then
++if test "$succeeded" = "yes" ; then
+
+
+ cat >>confdefs.h <<\_ACEOF
Home |
Main Index |
Thread Index |
Old Index