pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/BasiliskII
Module Name: pkgsrc
Committed By: pho
Date: Fri Nov 26 17:41:39 UTC 2021
Modified Files:
pkgsrc/emulators/BasiliskII: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/emulators/BasiliskII/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/BasiliskII/Makefile
diff -u pkgsrc/emulators/BasiliskII/Makefile:1.48 pkgsrc/emulators/BasiliskII/Makefile:1.49
--- pkgsrc/emulators/BasiliskII/Makefile:1.48 Thu Jan 14 02:47:39 2021
+++ pkgsrc/emulators/BasiliskII/Makefile Fri Nov 26 17:41:39 2021
@@ -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 @@ CONFIGURE_DIRS= src/Unix
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 @@ post-extract:
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