aboutsummaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2011-04-06 17:47:42 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2011-04-06 17:47:42 +0000
commit42d651738471ea348da32977191945d7c1bf8032 (patch)
tree11d4c526227ebcfd135d33d23b57216288f1be9c /emulators/vice
parentb0800f214f27496a12b0d68fbf80d5eb189c5ca7 (diff)
downloadports-42d651738471ea348da32977191945d7c1bf8032.tar.gz
ports-42d651738471ea348da32977191945d7c1bf8032.zip
Notes
Diffstat (limited to 'emulators/vice')
-rw-r--r--emulators/vice/files/patch-dynlib.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/emulators/vice/files/patch-dynlib.c b/emulators/vice/files/patch-dynlib.c
index 3a1582bb98b0..d315ed7ddcfe 100644
--- a/emulators/vice/files/patch-dynlib.c
+++ b/emulators/vice/files/patch-dynlib.c
@@ -1,11 +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;
+
+ #else
+
++#include <string.h>
++
+ void *vice_dynlib_open(const char *name)
+ {
+ return NULL;