openbsd-ports/x11/gnome/totem-pl-parser/patches/patch-lib_memmem_c
ajacoutot 86d72ad7c3 Import totem-pl-parser-2.22.3
Totem-pl-parser is a simple GObject-based library for parsing the
various playlist formats used for online audio and video streams.

ok jasper@
2008-05-12 15:08:19 +00:00

16 lines
416 B
Plaintext

$OpenBSD: patch-lib_memmem_c,v 1.1.1.1 2008/05/12 15:08:19 ajacoutot Exp $
--- lib/memmem.c.orig Mon May 12 12:06:41 2008
+++ lib/memmem.c Mon May 12 12:07:32 2008
@@ -31,8 +31,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-#ifndef __sun
+#if !defined(__sun) && !defined(__OpenBSD__)
#include "bbs.h"
+#endif
+#ifndef __sun
#include <sys/cdefs.h>
#endif