Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/octave (math/octave) build fix: Remove configure....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e60d7b8bd2e
branches:  trunk
changeset: 432338:4e60d7b8bd2e
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu May 21 11:22:02 2020 +0000

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

diffstat:

 math/octave/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7c08cac03745 -r 4e60d7b8bd2e math/octave/Makefile
--- a/math/octave/Makefile      Thu May 21 11:14:29 2020 +0000
+++ b/math/octave/Makefile      Thu May 21 11:22:02 2020 +0000
@@ -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_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