1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- New port: emulators/mupen64plus-sound

A sound plugin for Mupen64Plus emulator
This commit is contained in:
Jose Alonso Cardenas Marquez 2008-05-20 19:08:53 +00:00
parent 168ce6617b
commit 21eff32876
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213422
3 changed files with 32 additions and 0 deletions
emulators

View File

@ -116,6 +116,7 @@
SUBDIR += mupen64plus-rsp
SUBDIR += mupen64plus-sdlaudio
SUBDIR += mupen64plus-sdlinput
SUBDIR += mupen64plus-sound
SUBDIR += nonpareil
SUBDIR += o2em
SUBDIR += ods2reader

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: mupen64plus-sound
# Date created: 2008-05-16
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -sound
COMMENT= Sound plugin for Mupen64plus
FIXFILES= #
PLUGIN_NAME= mupen64_audio
MASTERDIR= ${.CURDIR}/../mupen64plus-base
OPTIONS= #
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,11 @@
--- mupen64_audio/main.c 2007-10-08 01:41:12.000000000 -0500
+++ mupen64_audio/main.c 2007-10-08 01:41:23.000000000 -0500
@@ -6,7 +6,7 @@
#include <stdlib.h>
#include <fcntl.h>
#include <sys/ioctl.h>
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
#include <unistd.h>
#include <pthread.h>
#include <sys/time.h>