diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-06 22:03:38 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-06 22:03:38 +0000 |
commit | ae758a693c08224d5f91f8b88d69fe8d4362d605 (patch) | |
tree | 06dd15467b429dd46f27e7c7bca33bbc394bf44b /emulators | |
parent | d4df837ed4f11b5a53b294eb67dd400026171029 (diff) | |
download | ports-ae758a693c08224d5f91f8b88d69fe8d4362d605.tar.gz ports-ae758a693c08224d5f91f8b88d69fe8d4362d605.zip |
Notes
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> |