pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Fix libtommath detection.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Tue Aug 23 14:21:34 2016 +0200
Changeset: 9c90913c5dd588953c999c548fa892ebf7df9a58
Modified Files:
bitkeeper/files/conf.mk.local
Log Message:
Fix libtommath detection.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9c90913c5dd588953c999c548fa892ebf7df9a58
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bitkeeper/files/conf.mk.local | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/bitkeeper/files/conf.mk.local b/bitkeeper/files/conf.mk.local
index 37220ac..9b45ffe 100644
--- a/bitkeeper/files/conf.mk.local
+++ b/bitkeeper/files/conf.mk.local
@@ -4,5 +4,5 @@ PCRE_LDFLAGS="-LBUILDLINK_DIR/lib -lpcre"
TOMCRYPT_CPPFLAGS="-IBUILDLINK_DIR/include"
TOMCRYPT_LDFLAGS="-LBUILDLINK_DIR/lib -ltomcrypt"
-TOMMATH="-IBUILDLINK_DIR/include"
-TOMMATH="-LBUILDLINK_DIR/lib -ltommath"
+TOMMATH_CPPFLAGS="-IBUILDLINK_DIR/include"
+TOMMATH_LDFLAGS="-LBUILDLINK_DIR/lib -ltommath"
Home |
Main Index |
Thread Index |
Old Index