pkgsrc/graphics/xine-lib/patches/patch-ak
seb 0d6a459e26 Fix installed include file xine.h: remove comma at end of enumerator list.
This fix the build of kdemultimedia3 with GCC 3.3.1.

Bump PKGREVISION.
2003-09-30 12:17:01 +00:00

13 lines
384 B
Text

$NetBSD: patch-ak,v 1.1 2003/09/30 12:17:01 seb Exp $
--- include/xine.h.orig 2003-08-02 13:51:35.000000000 +0000
+++ include/xine.h
@@ -1677,7 +1677,7 @@ void xine_osd_get_palette (xine
typedef enum {
XINE_TVSYSTEM_PAL = 0,
- XINE_TVSYSTEM_NTSC = 1,
+ XINE_TVSYSTEM_NTSC = 1
} xine_tvsystem;
/* connect to nvtvd server and save current TV and X settings */