From c8cf3a34d965592cc4b0c2467b79e48f9ea8b979 Mon Sep 17 00:00:00 2001 From: Sebastian Wiedenroth Date: Sun, 20 Oct 2013 02:13:13 +0200 Subject: [PATCH] 0verkill: fix build on SmartOS --- games/0verkill/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/0verkill/Makefile b/games/0verkill/Makefile index 64557f54c3db7..e1c03c175f043 100644 --- a/games/0verkill/Makefile +++ b/games/0verkill/Makefile @@ -27,6 +27,8 @@ SUBST_MESSAGE.prefix= Fix game configuration path prefix SUBST_FILES.prefix= cfg.h SUBST_SED.prefix= -e "s|@PREFIX@|${PREFIX}|g" +CFLAGS.SunOS+= -Du_int32_t=uint32_t + do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} 0verkill ${DESTDIR}${PREFIX}/bin cd ${WRKSRC} && for f in avi bot editor server test_server; do \