diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-20 14:14:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-20 14:14:15 +0000 |
commit | 1c5700f0180b67b97f2b5b7409576c1a10f1d0b1 (patch) | |
tree | fea98a4a7e46d5d9dc2eb666a52cc2972edaf7ff /audio/sidplay2/patches | |
parent | 778f8e2401bd4066ffa28608fff89b7481a3e723 (diff) | |
download | pkgsrc-1c5700f0180b67b97f2b5b7409576c1a10f1d0b1.tar.gz |
Use OSS on DragonFly as well.
Diffstat (limited to 'audio/sidplay2/patches')
-rw-r--r-- | audio/sidplay2/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/sidplay2/patches/patch-aa b/audio/sidplay2/patches/patch-aa new file mode 100644 index 00000000000..aba7d9fcd55 --- /dev/null +++ b/audio/sidplay2/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2006/04/20 14:14:15 joerg Exp $ + +--- configure.orig 2006-04-20 14:10:40.000000000 +0000 ++++ configure +@@ -19696,7 +19696,7 @@ echo "${ECHO_T}mmsystem" >&6 + AUDIO_LDADD=-lwinmm + + ;; +- *freebsd*) cat >>confdefs.h <<\_ACEOF ++ *freebsd* | *dragonfly*) cat >>confdefs.h <<\_ACEOF + #define HAVE_OSS 1 + _ACEOF + |