summaryrefslogtreecommitdiffstats
path: root/emulators/vice/files/patch-dynlib.c
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-12-25 18:24:02 +0000
committerdinoex <dinoex@FreeBSD.org>2009-12-25 18:24:02 +0000
commit619acd74d3780daf2f52b5af060ba1a0fae9ff5b (patch)
tree802f99457a8f03738c605da010e7555c56317314 /emulators/vice/files/patch-dynlib.c
parent170ac585ecfeaa128d143f443c1080c71c3168ed (diff)
downloadFreeBSD-ports-619acd74d3780daf2f52b5af060ba1a0fae9ff5b.zip
FreeBSD-ports-619acd74d3780daf2f52b5af060ba1a0fae9ff5b.tar.gz
- update to 2.2
Diffstat (limited to 'emulators/vice/files/patch-dynlib.c')
-rw-r--r--emulators/vice/files/patch-dynlib.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/vice/files/patch-dynlib.c b/emulators/vice/files/patch-dynlib.c
new file mode 100644
index 0000000..3a1582b
--- /dev/null
+++ b/emulators/vice/files/patch-dynlib.c
@@ -0,0 +1,11 @@
+--- src/arch/unix/dynlib.c.orig 2009-10-21 18:46:46.000000000 +0200
++++ src/arch/unix/dynlib.c 2009-12-25 19:00:10.000000000 +0100
+@@ -51,6 +51,8 @@
+
+ #else
+
++#include <string.h>
++
+ void *vice_dynlib_open(const char *name)
+ {
+ return NULL;
OpenPOWER on IntegriCloud