summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-23 10:28:33 +0000
committerrillig <rillig@pkgsrc.org>2020-05-23 10:28:33 +0000
commit405cd1c762dba32447209279e5a01efbbc1cac5d (patch)
tree34acb358c4379b56cdf9ca60257df8f3ab54e482 /games
parent2c332c7bf03bf4bd1b810a2c0ddd4d3de8b31edf (diff)
downloadpkgsrc-405cd1c762dba32447209279e5a01efbbc1cac5d.tar.gz
games/etlegacy: allow bashisms for macOS
Diffstat (limited to 'games')
-rw-r--r--games/etlegacy/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/etlegacy/Makefile.common b/games/etlegacy/Makefile.common
index cb1c0be4371..03d5e0e4e92 100644
--- a/games/etlegacy/Makefile.common
+++ b/games/etlegacy/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2019/11/22 21:38:31 nia Exp $
+# $NetBSD: Makefile.common,v 1.4 2020/05/23 10:28:33 rillig Exp $
# used by games/etlegacy/Makefile
# used by games/etlegacy-server/Makefile
@@ -70,6 +70,7 @@ CMAKE_ARGS+= -DINSTALL_DEFAULT_MODDIR="share/etlegacy"
CFLAGS+= -DIOAPI_NO_64
CHECK_PORTABILITY_SKIP+= libs/sdl2/build-scripts/*
+CHECK_PORTABILITY_SKIP+= libs/jpegturbo/release/makemacpkg.in
.include "../../mk/bsd.fast.prefs.mk"