pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/pari



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jul  6 13:05:26 UTC 2023

Modified Files:
        pkgsrc/math/pari: options.mk

Log Message:
pari: Remove broken --with-fltk argument.

In the 13 years since this was added, pari may have changed as any --with-fltk
argument, even =no, enables fltk and breaks the build on e.g. macOS.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/pari/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/pari/options.mk
diff -u pkgsrc/math/pari/options.mk:1.15 pkgsrc/math/pari/options.mk:1.16
--- pkgsrc/math/pari/options.mk:1.15    Tue Jun  6 12:41:53 2023
+++ pkgsrc/math/pari/options.mk Thu Jul  6 13:05:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2023/06/06 12:41:53 riastradh Exp $
+# $NetBSD: options.mk,v 1.16 2023/07/06 13:05:26 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.pari
 PKG_SUPPORTED_OPTIONS= doc gmp x11
@@ -43,6 +43,4 @@ CONFIGURE_ENV+=               Xincroot=${X11BASE}/inc
 .include "../../x11/fltk13/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --graphic=none
-# don't let the configure script find an installed fltk
-CONFIGURE_ARGS+=       --with-fltk={BUILDLINK_DIR:Q}/nonexistent
 .endif



Home | Main Index | Thread Index | Old Index