diff options
author | kristerw <kristerw> | 2002-07-14 07:28:39 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2002-07-14 07:28:39 +0000 |
commit | dc2dbc88b479bd2cdacd322c90e4c673e3a341e6 (patch) | |
tree | 1f7c557091bc09d62b4f343f8c5b59d9ba77de28 /devel/SDL/Makefile | |
parent | 406f9bb9b56b69fda895e8823750e46ed7ce4ca6 (diff) | |
download | pkgsrc-dc2dbc88b479bd2cdacd322c90e4c673e3a341e6.tar.gz |
Add USB joystick support (and bump version to 1.2.3nb1). The implementation
is taken from the SDL development repository, with some bugfixes from me.
Solves PR 17374.
Diffstat (limited to 'devel/SDL/Makefile')
-rw-r--r-- | devel/SDL/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index 965e6274d71..58d70fd4620 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2002/07/13 16:17:33 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2002/07/14 07:28:39 kristerw Exp $ # DISTNAME= SDL-1.2.3 +PKGREVISION= 1 CATEGORIES= devel games MASTER_SITES= http://www.libsdl.org/release/ @@ -47,6 +48,8 @@ CONFIGURE_ENV+= SYSTEM_LIBS="${LDFLAGS}" pre-patch: cd ${WRKSRC} && ${MKDIR} src/audio/netbsd + cd ${WRKSRC} && ${MKDIR} src/joystick/bsd + ${CP} ${FILESDIR}/[MS]* ${WRKSRC}/src/joystick/bsd post-configure: cd ${WRKSRC}/src/audio && ${CP} *.[ch] netbsd/ |