pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/chromium-bsu



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Sep 12 15:23:22 UTC 2019

Modified Files:
        pkgsrc/games/chromium-bsu: Makefile

Log Message:
Enable joystick support. Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/games/chromium-bsu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/chromium-bsu/Makefile
diff -u pkgsrc/games/chromium-bsu/Makefile:1.16 pkgsrc/games/chromium-bsu/Makefile:1.17
--- pkgsrc/games/chromium-bsu/Makefile:1.16     Sat Aug 31 12:29:30 2019
+++ pkgsrc/games/chromium-bsu/Makefile  Thu Sep 12 15:23:22 2019
@@ -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-sdlmixer
 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