pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/biology/mpqc Don't depend on implicit ${PREFIX}/lib.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0a33dce8589
branches:  trunk
changeset: 643128:c0a33dce8589
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 11 22:06:08 2014 +0000

description:
Don't depend on implicit ${PREFIX}/lib.

diffstat:

 biology/mpqc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 007186be6fad -r c0a33dce8589 biology/mpqc/Makefile
--- a/biology/mpqc/Makefile     Thu Dec 11 21:46:54 2014 +0000
+++ b/biology/mpqc/Makefile     Thu Dec 11 22:06:08 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2014/05/29 23:35:17 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2014/12/11 22:06:08 joerg Exp $
 
 DISTNAME=      mpqc-2.3.1
 PKGREVISION=   3
@@ -12,7 +12,7 @@
 
 USE_LANGUAGES= c c++ fortran77
 GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=       --with-libdirs="$(COMPILER_RPATH_FLAG)$(PREFIX)/lib"    # fixme
+CONFIGURE_ARGS+=       --with-libdirs="-L${PREFIX}/lib $(COMPILER_RPATH_FLAG)$(PREFIX)/lib"    # fixme
 #CONFIGURE_ARGS=       -without-f77    # this doesn't work out of the box
 CONFIGURE_ENV= ac_cv_prog_WISH=$(REPLACE.wish.new)
 USE_TOOLS+=    perl:run



Home | Main Index | Thread Index | Old Index