diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/mupen64plus-sound/Makefile | 20 | ||||
-rw-r--r-- | emulators/mupen64plus-sound/files/patch-mupen64_audio_main.c | 11 |
3 files changed, 0 insertions, 32 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index dea9bf9bbbc2..d0df687a182e 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -118,7 +118,6 @@ SUBDIR += mupen64plus-rsp SUBDIR += mupen64plus-sdlaudio SUBDIR += mupen64plus-sdlinput - SUBDIR += mupen64plus-sound SUBDIR += nonpareil SUBDIR += o2em SUBDIR += ods2reader diff --git a/emulators/mupen64plus-sound/Makefile b/emulators/mupen64plus-sound/Makefile deleted file mode 100644 index 20f9dfcd9be4..000000000000 --- a/emulators/mupen64plus-sound/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# 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" diff --git a/emulators/mupen64plus-sound/files/patch-mupen64_audio_main.c b/emulators/mupen64plus-sound/files/patch-mupen64_audio_main.c deleted file mode 100644 index 4c83c30b7024..000000000000 --- a/emulators/mupen64plus-sound/files/patch-mupen64_audio_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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> |