pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wcslib: fix cfitsio search, use flex, no parallel make
Module Name: pkgsrc-wip
Committed By: Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By: thor
Date: Thu Mar 19 21:02:53 2020 +0100
Changeset: 6c971c30401f0fbc90e43660591628220c1d4de7
Modified Files:
wcslib/Makefile
Log Message:
wcslib: fix cfitsio search, use flex, no parallel make
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6c971c30401f0fbc90e43660591628220c1d4de7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wcslib/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diffs:
diff --git a/wcslib/Makefile b/wcslib/Makefile
index 4166be9f76..ac6bd4726c 100644
--- a/wcslib/Makefile
+++ b/wcslib/Makefile
@@ -12,13 +12,16 @@ LICENSE= gnu-lgpl-v3
USE_LANGUAGES= c fortran
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake flex
MAKE_FILE= GNUmakefile
+MAKE_JOBS_SAFE= NO
PKGCONFIG_OVERRIDE+= wcslib.pc.in
# We could use pgplot, but it is not legally
# mirror-able and also really, really old.
CONFIGURE_ARGS+= --without-pgplot
+CONFIGURE_ARGS+= --with-cfitsiolib=${BUILDLINK_PREFIX.cfitsio:Q}/lib
+CONFIGURE_ARGS+= --with-cfitsioinc=${BUILDLINK_PREFIX.cfitsio:Q}/include
.include "../../devel/cfitsio/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index