Date: Sun, 9 Feb 2020 11:09:57 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525645 - in branches/2020Q1/emulators/higan: . files Message-ID: <202002091109.019B9vLB065618@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sun Feb 9 11:09:56 2020 New Revision: 525645 URL: https://svnweb.freebsd.org/changeset/ports/525645 Log: MFH: r525644 emulators/higan: unbreak on powerpc64, make ports tree compliant Builds fine on powerpc64 without -march=native, which shouldn't be enabled anyway. Approved by: portmgr (fix build blanket) Added: branches/2020Q1/emulators/higan/files/patch-higan_GNUmakefile - copied unchanged from r525644, head/emulators/higan/files/patch-higan_GNUmakefile Modified: branches/2020Q1/emulators/higan/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/emulators/higan/Makefile ============================================================================== --- branches/2020Q1/emulators/higan/Makefile Sun Feb 9 11:08:46 2020 (r525644) +++ branches/2020Q1/emulators/higan/Makefile Sun Feb 9 11:09:56 2020 (r525645) @@ -3,7 +3,7 @@ PORTNAME= higan PORTVERSION= 106 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators games MASTER_SITES= http://download.byuu.org/ \ http://www.cyberbotx.com/higan/ @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION}-source MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Nintendo multi-system emulator -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 Copied: branches/2020Q1/emulators/higan/files/patch-higan_GNUmakefile (from r525644, head/emulators/higan/files/patch-higan_GNUmakefile) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/emulators/higan/files/patch-higan_GNUmakefile Sun Feb 9 11:09:56 2020 (r525645, copy of r525644, head/emulators/higan/files/patch-higan_GNUmakefile) @@ -0,0 +1,10 @@ +--- higan/GNUmakefile.orig 2020-02-08 23:13:45 UTC ++++ higan/GNUmakefile +@@ -26,7 +26,6 @@ else ifneq ($(filter $(platform),linux bsd),) + flags += -fopenmp + link += -fopenmp + ifeq ($(binary),application) +- flags += -march=native + link += -Wl,-export-dynamic + link += -lX11 -lXext + else ifeq ($(binary),library)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002091109.019B9vLB065618>