pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/BasiliskII Fix a build failure regarding mis...
details: https://anonhg.NetBSD.org/pkgsrc/rev/82256a067eb8
branches: trunk
changeset: 770171:82256a067eb8
user: pho <pho%pkgsrc.org@localhost>
date: Fri Nov 26 17:41:39 2021 +0000
description:
Fix a build failure regarding missing config.rpath
> configure: error: cannot find required auxiliary files: config.rpath
config.rpath is installed by gettextize but src/Unix/autogen.sh
doesn't invoke it for some reason. autoreconf takes care of that so
just use it in place of the hand-rolled script.
diffstat:
emulators/BasiliskII/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fa6591ee7445 -r 82256a067eb8 emulators/BasiliskII/Makefile
--- a/emulators/BasiliskII/Makefile Fri Nov 26 16:52:19 2021 +0000
+++ b/emulators/BasiliskII/Makefile Fri Nov 26 17:41:39 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2021/01/14 02:47:39 nat Exp $
+# $NetBSD: Makefile,v 1.49 2021/11/26 17:41:39 pho Exp $
DISTNAME= BasiliskII-20190405
PKGREVISION= 4
@@ -17,7 +17,7 @@
BUILD_DIRS= src/Unix
USE_LANGUAGES= c c++
-USE_TOOLS+= aclocal autoheader autoconf automake
+USE_TOOLS+= aclocal autoheader autoconf automake autoreconf
USE_TOOLS+= msgfmt msgmerge xgettext
USE_TOOLS+= pkg-config gmake
@@ -48,7 +48,7 @@
INSTALLATION_DIRS= share/doc/BasiliskII
pre-configure:
- cd ${WRKSRC}/src/Unix && NO_CONFIGURE=x ./autogen.sh
+ cd ${WRKSRC}/src/Unix && autoreconf -I m4
${MKDIR} ${WRKSRC}/src/Unix/obj
post-install:
Home |
Main Index |
Thread Index |
Old Index