summaryrefslogtreecommitdiffstats
path: root/multimedia/totem-pl-parser
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/totem-pl-parser')
-rw-r--r--multimedia/totem-pl-parser/files/patch-lib_memmem.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/totem-pl-parser/files/patch-lib_memmem.c b/multimedia/totem-pl-parser/files/patch-lib_memmem.c
new file mode 100644
index 000000000..7048026ea
--- /dev/null
+++ b/multimedia/totem-pl-parser/files/patch-lib_memmem.c
@@ -0,0 +1,14 @@
+--- lib/memmem.c.orig 2008-02-09 11:14:06.000000000 -0500
++++ lib/memmem.c 2008-02-09 11:16:51.000000000 -0500
+@@ -31,8 +31,10 @@
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
++#if !defined(__sun) && !defined(__FreeBSD__)
+ #include "bbs.h"
+-#ifndef SOLARIS
++#endif
++#ifndef __sun
+ #include <sys/cdefs.h>
+ #endif
+