pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/chromium-bsu Enable joystick support. Bump PKGRE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee3bbef4b3f5
branches:  trunk
changeset: 339393:ee3bbef4b3f5
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Sep 12 15:23:22 2019 +0000

description:
Enable joystick support. Bump PKGREVISION

diffstat:

 games/chromium-bsu/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r cfe9b512243a -r ee3bbef4b3f5 games/chromium-bsu/Makefile
--- a/games/chromium-bsu/Makefile       Thu Sep 12 15:23:02 2019 +0000
+++ b/games/chromium-bsu/Makefile       Thu Sep 12 15:23:22 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2019/08/31 12:29:30 nia Exp $
+# $NetBSD: Makefile,v 1.17 2019/09/12 15:23:22 ryoon Exp $
 
 DISTNAME=              chromium-bsu-0.9.16.1
+PKGREVISION=           1
 CATEGORIES=            games
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=chromium-bsu/}
 
@@ -33,6 +34,8 @@
 CONFIGURE_ARGS+=       --disable-sdlimage
 CONFIGURE_ARGS+=       --disable-openal
 
+CFLAGS+=               -DWITH_JOYSTICK
+
 .include "../../audio/SDL2_mixer/buildlink3.mk"
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index