openbsd-ports/x11/mplayer/patches/patch-libmpdemux_vcd_read_nbsd_h
brad 551c4f96e6 upgrade to mplayer 1.0pre2
based on diff from MAINTAINER
2003-11-02 23:30:27 +00:00

13 lines
365 B
Plaintext

$OpenBSD: patch-libmpdemux_vcd_read_nbsd_h,v 1.3 2003/11/02 23:30:27 brad Exp $
--- libmpdemux/vcd_read_nbsd.h.orig 2003-04-09 03:33:59.000000000 -0400
+++ libmpdemux/vcd_read_nbsd.h 2003-10-28 18:03:39.000000000 -0500
@@ -1,6 +1,8 @@
#include <sys/types.h>
+#ifdef __NetBSD__
#include <sys/inttypes.h>
+#endif
#include <sys/cdio.h>
#include <sys/scsiio.h>