diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-22 00:21:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-22 00:21:19 +0000 |
commit | f115941ca4f4e21db4047f414c0b0d067f7c52c3 (patch) | |
tree | 51c5316b232e68d78cf212e31f5be8605dfeeaac /math/libqalculate/files/patch-src-Makefile.in | |
parent | The PHP_Archive package allows creation of self-contained cross-platform (diff) |
- Fix build with latest math/cln
PR: 123773
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
Notes
Notes:
svn path=/head/; revision=213493
Diffstat (limited to 'math/libqalculate/files/patch-src-Makefile.in')
-rw-r--r-- | math/libqalculate/files/patch-src-Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/libqalculate/files/patch-src-Makefile.in b/math/libqalculate/files/patch-src-Makefile.in new file mode 100644 index 000000000000..f05a4d01d6ae --- /dev/null +++ b/math/libqalculate/files/patch-src-Makefile.in @@ -0,0 +1,12 @@ +diff -Naur src/Makefile.in src/Makefile.in +--- src/Makefile.in 2007-06-17 04:45:49.000000000 -0400 ++++ src/Makefile.in 2008-02-02 11:37:48.000000000 -0500 +@@ -117,7 +117,7 @@ + INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ + LDFLAGS = @LDFLAGS@ + LIBOBJS = @LIBOBJS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ @CLN_LIBS@ + LIBTOOL = @LIBTOOL@ + LN_QALCULATE = @LN_QALCULATE@ + LN_S = @LN_S@ |