aboutsummaryrefslogtreecommitdiffstats
path: root/games/joequake
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-06-14 22:29:14 +0800
committerwg <wg@FreeBSD.org>2013-06-14 22:29:14 +0800
commitfaa47d308b2abb7d109370f6e8918190e5f2189e (patch)
treec39fcb266239751d5d512b1a7be1a2145d86913b /games/joequake
parentae5df8f32e0e47a835581cf8eba5068d22255388 (diff)
downloadfreebsd-ports-gnome-faa47d308b2abb7d109370f6e8918190e5f2189e.tar.gz
freebsd-ports-gnome-faa47d308b2abb7d109370f6e8918190e5f2189e.tar.zst
freebsd-ports-gnome-faa47d308b2abb7d109370f6e8918190e5f2189e.zip
games/joequake: fix build with clang
- Fix build with clang, use gnu89 C std - Trim Makefile header Approved by: culot / jpaetzel (mentors, implicit)
Diffstat (limited to 'games/joequake')
-rw-r--r--games/joequake/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/games/joequake/Makefile b/games/joequake/Makefile
index 92dacb5bc3ef..c07af15833d6 100644
--- a/games/joequake/Makefile
+++ b/games/joequake/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: joequake
-# Date created: 5 May 2006
-# Whom: alepulver
-#
+# Created by: alepulver
# $FreeBSD$
-#
PORTNAME= joequake
PORTVERSION= 0.15b1329
@@ -24,6 +20,7 @@ WRKSRC= ${WRKDIR}/src
USE_GMAKE= yes
USE_ZIP= yes
+USE_CSTD= gnu89
MAKEFILE= Makefile.linux