diff options
author | daichi <daichi@FreeBSD.org> | 2003-06-27 13:00:36 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-06-27 13:00:36 +0800 |
commit | 5b6426b5bcf50adba0c106dd0c813a3a0daa2389 (patch) | |
tree | 7d64c6c1fab1cb4216d75aea1e31b6dc2301310e /www | |
parent | bae040e65c39ccadd9b04a286fec51d74ff7b7ae (diff) | |
download | freebsd-ports-gnome-5b6426b5bcf50adba0c106dd0c813a3a0daa2389.tar.gz freebsd-ports-gnome-5b6426b5bcf50adba0c106dd0c813a3a0daa2389.tar.zst freebsd-ports-gnome-5b6426b5bcf50adba0c106dd0c813a3a0daa2389.zip |
bug fix: www/mod_mp3
mod_mp3 0.39 requires this patch for a runtime error
PR: 52257
Submitted by: Bruce Walker <bmw@mxtreme.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_mp3/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/mod_mp3/files/patch-aa b/www/mod_mp3/files/patch-aa new file mode 100644 index 000000000000..e37984255fbf --- /dev/null +++ b/www/mod_mp3/files/patch-aa @@ -0,0 +1,20 @@ +*** src/mod_mp3.c.orig Mon Nov 18 11:26:53 2002 +--- src/mod_mp3.c Mon Nov 18 11:26:42 2002 +*************** +*** 6,12 **** + #include "mod_mp3.h" + + /* Setup for our scoreboard */ +! static key_t shmkey = IPC_CREAT; + + extern mp3_dispatch internal; + #ifdef MYSQL_ENABLED +--- 6,12 ---- + #include "mod_mp3.h" + + /* Setup for our scoreboard */ +! static key_t shmkey = IPC_PRIVATE; + + extern mp3_dispatch internal; + #ifdef MYSQL_ENABLED + |