summaryrefslogtreecommitdiff
path: root/multimedia/libflash/patches/patch-am
blob: 66a86b982170bf9f6cf56528dbd4768a7bd3bb35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-am,v 1.1 2006/06/30 21:47:20 tron Exp $

--- Lib/swf.h.orig	1999-08-07 14:27:36.000000000 +0100
+++ Lib/swf.h	2006-06-30 22:44:16.000000000 +0100
@@ -196,7 +196,9 @@
 #define true 1
 #endif
 
+extern "C" {
 extern int shape_size,shape_nb,shaperecord_size,shaperecord_nb,style_size,style_nb;
+};
 
 typedef void (*ScanLineFunc)(void *id, long y, long start, long end);