diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-11-30 18:46:07 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-11-30 18:46:07 +0800 |
commit | 3f359246e29ba6c0221bae28b130e101428acc04 (patch) | |
tree | a756c0289df9d6795f205f14a12d905e96242e9d /emulators | |
parent | ec01d003439feae1ca91ed00713060801ecbe2f3 (diff) | |
download | freebsd-ports-gnome-3f359246e29ba6c0221bae28b130e101428acc04.tar.gz freebsd-ports-gnome-3f359246e29ba6c0221bae28b130e101428acc04.tar.zst freebsd-ports-gnome-3f359246e29ba6c0221bae28b130e101428acc04.zip |
- use real location for soundcard.h
(instead of symlink)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/frodo/files/patch-SID_linux.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/frodo/files/patch-SID_linux.i b/emulators/frodo/files/patch-SID_linux.i index b7ea9135a256..d31e0c966e23 100644 --- a/emulators/frodo/files/patch-SID_linux.i +++ b/emulators/frodo/files/patch-SID_linux.i @@ -9,7 +9,7 @@ +#if defined(__linux__) +# include <linux/soundcard.h> +#elif defined(__FreeBSD__) -+# include <machine/soundcard.h> ++# include <sys/soundcard.h> +#endif #include "VIC.h" |