pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/octave



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu May 21 11:22:03 UTC 2020

Modified Files:
        pkgsrc/math/octave: Makefile

Log Message:
(math/octave) build fix: Remove configure.ac from SUBST_FILES.qt5-pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 pkgsrc/math/octave/Makefile

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

Modified files:

Index: pkgsrc/math/octave/Makefile
diff -u pkgsrc/math/octave/Makefile:1.203 pkgsrc/math/octave/Makefile:1.204
--- pkgsrc/math/octave/Makefile:1.203   Wed May  6 14:04:48 2020
+++ pkgsrc/math/octave/Makefile Thu May 21 11:22:02 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.203 2020/05/06 14:04:48 adam Exp $
+# $NetBSD: Makefile,v 1.204 2020/05/21 11:22:02 mef Exp $
 
 DISTNAME=      octave-5.2.0
 PKGREVISION=   1
@@ -73,7 +73,7 @@ SUBST_VARS.fix-make=          GMAKE
 SUBST_CLASSES+=                        qt5-pkg-config
 SUBST_STAGE.qt5-pkg-config=    pre-configure
 SUBST_MESSAGE.qt5-pkg-config=  Updating pkg-config calls for Qt5
-SUBST_FILES.qt5-pkg-config=    configure.ac configure
+SUBST_FILES.qt5-pkg-config=    configure
 SUBST_SED.qt5-pkg-config=      -e 's,QtCore,Qt5Core,g'
 SUBST_SED.qt5-pkg-config+=     -e 's,QtGui,Qt5Widgets,g'
 SUBST_SED.qt5-pkg-config+=     -e 's,QtNetwork,Qt5Network,g'



Home | Main Index | Thread Index | Old Index