pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/pari Fixed the build error on NetBSD.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a5235300f44c
branches: trunk
changeset: 518293:a5235300f44c
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Sep 06 09:44:57 2006 +0000
description:
Fixed the build error on NetBSD.
diffstat:
math/pari/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 2be372590981 -r a5235300f44c math/pari/Makefile
--- a/math/pari/Makefile Wed Sep 06 09:08:55 2006 +0000
+++ b/math/pari/Makefile Wed Sep 06 09:44:57 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2006/08/10 03:21:39 minskim Exp $
+# $NetBSD: Makefile,v 1.37 2006/09/06 09:44:57 rillig Exp $
DISTNAME= pari-2.1.6
PKGREVISION= 1
@@ -20,10 +20,12 @@
CONFIGURE_SCRIPT= ${WRKSRC}/Configure
CONFIGURE_ARGS+= --graphic=X11
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
+CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}/man1
CONFIGURE_ARGS+= --share-prefix=${PREFIX}/share
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE:Q}
CONFIGURE_ENV+= PERL5=${PERL5:Q}
CONFIGURE_ENV+= X11BASE=${X11BASE:Q}
+CONFIGURE_ENV+= Xincroot=${X11BASE}/include
TEST_TARGET= test-compat bench
Home |
Main Index |
Thread Index |
Old Index