1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Update to 3.6

This commit is contained in:
Emanuel Haupt 2017-07-27 14:23:17 +00:00
parent 189da2fda2
commit 0876c7df6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446742
3 changed files with 4 additions and 26 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mrboom
PORTVERSION= 3.5
PORTVERSION= 3.6
CATEGORIES= games
MAINTAINER= ehaupt@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1500272082
SHA256 (libretro-mrboom-libretro-3.5_GH0.tar.gz) = f45d492d6439cf1a86808b7d16d02278bb402d2a7a6d974a5aacf5410fceb997
SIZE (libretro-mrboom-libretro-3.5_GH0.tar.gz) = 14824884
TIMESTAMP = 1501165006
SHA256 (libretro-mrboom-libretro-3.6_GH0.tar.gz) = 015b9d50b9c8f641f71c106799df721db49a6214a7cbaba13beccacfe07c5a08
SIZE (libretro-mrboom-libretro-3.6_GH0.tar.gz) = 14826110

View File

@ -1,22 +0,0 @@
--- Makefile.orig 2017-07-15 17:55:59 UTC
+++ Makefile
@@ -29,6 +29,8 @@ ifeq ($(shell uname -a),)
else ifneq ($(findstring Darwin,$(shell uname -a)),)
system_platform = osx
arch = intel
+else ifneq ($(findstring FreeBSD,$(shell uname -o)),)
+ system_platform = freebsd
ifeq ($(shell uname -p),powerpc)
arch = ppc
CFLAGS += -DMSB_FIRST
@@ -167,8 +169,10 @@ ifneq ($(DEBUG),)
CFLAGS += -g -pg -DDEBUG
LDFLAGS += -g -pg
else
+ifneq ($(system_platform),freebsd)
CFLAGS += -O3
endif
+endif
CFLAGS += -DMRBOOM -DGIT_VERSION=\"$(GIT_VERSION)\"