diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-11-18 20:44:55 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-11-18 20:44:55 +0000 |
commit | aa7bc70fb57345ead54b04768b36b1c68ab9d513 (patch) | |
tree | 11bfea25a6cf169e805d0c371dd3cd55aef7d298 /emulators/vice | |
parent | 811fa2a1d47a88989f89a99fcca953d139246f93 (diff) | |
download | pkgsrc-aa7bc70fb57345ead54b04768b36b1c68ab9d513.tar.gz |
Fix a static/non-static conflict that prevented this from building
when using gcc 4.
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/distinfo | 3 | ||||
-rw-r--r-- | emulators/vice/patches/patch-af | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/emulators/vice/distinfo b/emulators/vice/distinfo index 0ae9905d7b9..59378332784 100644 --- a/emulators/vice/distinfo +++ b/emulators/vice/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.18 2005/02/23 18:49:21 agc Exp $ +$NetBSD: distinfo,v 1.19 2005/11/18 20:44:55 kristerw Exp $ SHA1 (vice-1.16.tar.gz) = ec3780e66a97fc235e3ff04b334210945fa3750a RMD160 (vice-1.16.tar.gz) = dc3583bf1cf23930396d7dbc6c397b70c521843a @@ -8,3 +8,4 @@ SHA1 (patch-ab) = e9cebe89629f2dacb500695e4205cc33fab18bfe SHA1 (patch-ac) = bb648b8dc668a12540eab9f1be6374aab8cda35a SHA1 (patch-ad) = 9f26a52a0f60658b147ad62a8cadc37ddd99fe04 SHA1 (patch-ae) = c2ede31953ebaf033c9ae1aa1985012fb0e5f3b6 +SHA1 (patch-af) = c7aef30587e36c6f83daab29f76528f49846aa22 diff --git a/emulators/vice/patches/patch-af b/emulators/vice/patches/patch-af new file mode 100644 index 00000000000..4a0f434d707 --- /dev/null +++ b/emulators/vice/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.5 2005/11/18 20:44:55 kristerw Exp $ + +--- src/arch/unix/x11/video.c.orig 2005-11-18 20:57:10.000000000 +0100 ++++ src/arch/unix/x11/video.c 2005-11-18 20:57:47.000000000 +0100 +@@ -204,7 +204,7 @@ + + /* ------------------------------------------------------------------------- */ + +-static GC _video_gc; ++GC _video_gc; + static void (*_refresh_func)(); + + /* This is set to 1 if the Shared Memory Extensions can actually be used. */ |