diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2020-02-22 20:44:35 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2020-02-22 20:44:35 +0000 |
commit | 82ddc2e1078458ee98ffc768c4d513b0f82975da (patch) | |
tree | 21461b37f2e3137916f107e55314955d2ea6a383 /cad/spice/files/patch-src_bin_proc2mod.c | |
parent | Remove expired USE_GNOME=pygnome2 and its corresponding port. (diff) |
Unbreak the build:
- Update MASTER_SITES.
- Add missing dependency.
- Regenerate patches.
Diffstat (limited to 'cad/spice/files/patch-src_bin_proc2mod.c')
-rw-r--r-- | cad/spice/files/patch-src_bin_proc2mod.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/spice/files/patch-src_bin_proc2mod.c b/cad/spice/files/patch-src_bin_proc2mod.c new file mode 100644 index 000000000000..cfb443229409 --- /dev/null +++ b/cad/spice/files/patch-src_bin_proc2mod.c @@ -0,0 +1,11 @@ +--- src/bin/proc2mod.c.orig 1992-09-17 12:33:34 UTC ++++ src/bin/proc2mod.c +@@ -51,7 +51,7 @@ FILE *p = NULL; + char *dataline; + + +-void ++int + main() { + char *typeline; + char *prname; |