pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/doomlegacy



Module Name:    pkgsrc
Committed By:   micha
Date:           Mon Jan 18 09:41:07 UTC 2021

Modified Files:
        pkgsrc/games/doomlegacy: Makefile

Log Message:
games/doomlegacy: Build fix

Remove "-march=native" option.
This should unbreak bulk builds on 32-bit ARM architectures.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/games/doomlegacy/Makefile

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

Modified files:

Index: pkgsrc/games/doomlegacy/Makefile
diff -u pkgsrc/games/doomlegacy/Makefile:1.11 pkgsrc/games/doomlegacy/Makefile:1.12
--- pkgsrc/games/doomlegacy/Makefile:1.11       Mon Jan  4 16:40:59 2021
+++ pkgsrc/games/doomlegacy/Makefile    Mon Jan 18 09:41:07 2021
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2021/01/04 16:40:59 micha Exp $
+# $NetBSD: Makefile,v 1.12 2021/01/18 09:41:07 micha Exp $
 
 VERS=                  1.48.8
 PKGNAME=               doomlegacy-${VERS}
+PKGREVISION=           1
 CATEGORIES=            games
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=doomlegacy/}
 DISTNAME=              ${PKGNAME_NOREV:S/-/_/}_source
@@ -60,8 +61,7 @@ SUBST_FILES.makeopt=  make_options
 SUBST_SED.makeopt=     -e 's,\#[ ]*COMP_ENVIRONMENT,COMP_ENVIRONMENT,'
 SUBST_SED.makeopt+=    -e 's,HAVE_LIBZIP,\# HAVE_LIBZIP,'
 SUBST_SED.makeopt+=    -e 's,HAVE_DLOPEN,\# HAVE_DLOPEN,'
-SUBST_SED.makeopt+=    -e 's,\# ARCH=-march=native,ARCH=-march=native,'
-SUBST_SED.makeopt+=    -e 's,ARCH=-march=i686,\# ARCH=-march=native,'
+SUBST_SED.makeopt+=    -e 's,ARCH=-march=i686,\# ARCH=-march=i686,'
 
 # Configure defaults for LEGACYWADDIR and DOOMWADDIR
 SUBST_CLASSES+=                doomdef



Home | Main Index | Thread Index | Old Index