1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

fix build: remove duplicate patches.

This commit is contained in:
FUJISHIMA Satsuki 2002-09-12 11:21:55 +00:00
parent 06657759c1
commit 0165c0fa6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66197
3 changed files with 0 additions and 39 deletions

View File

@ -1,13 +0,0 @@
--- ./src/audio_oss.c.orig Sun Sep 8 03:18:56 2002
+++ ./src/audio_oss.c Sun Sep 8 03:19:06 2002
@@ -33,9 +33,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
-#if defined(__FreeBSD__)
-#include <machine/soundcard.h>
-#elif defined(__OpenBSD__) || defined(__NetBSD__)
+#if defined(__OpenBSD__) || defined(__NetBSD__)
#include <soundcard.h>
#else
#include <sys/soundcard.h>

View File

@ -1,13 +0,0 @@
--- ./src/midi.rawmidi.c.orig Sun Sep 8 03:19:30 2002
+++ ./src/midi.rawmidi.c Sun Sep 8 03:20:02 2002
@@ -39,9 +39,7 @@
#include <fcntl.h>
#ifdef ENABLE_MIDI_SEQMIDI
-#if defined(__FreeBSD__)
-#include <machine/soundcard.h>
-#elif defined(__OpenBSD__) || defined(__NetBSD__)
+#if defined(__OpenBSD__) || defined(__NetBSD__)
#include <soundcard.h>
#else
#include <sys/soundcard.h>

View File

@ -1,13 +0,0 @@
--- ./src/mixer_oss.c.orig Sun Sep 8 03:19:34 2002
+++ ./src/mixer_oss.c Sun Sep 8 03:19:40 2002
@@ -33,9 +33,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
-#if defined(__FreeBSD__)
-#include <machine/soundcard.h>
-#elif defined(__OpenBSD__) || defined(__NetBSD__)
+#if defined(__OpenBSD__) || defined(__NetBSD__)
#include <soundcard.h>
#else
#include <sys/soundcard.h>