diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-05-15 22:15:13 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-05-15 22:15:13 +0800 |
commit | 7f6adb9f31e5917c45677861936e689757dc894b (patch) | |
tree | 7a9bc393c899e21366b7bfc1efac28f340419f99 /editors | |
parent | 7a37b64e3f485bec84f5aa0324d086fc08ed2125 (diff) | |
download | freebsd-ports-gnome-7f6adb9f31e5917c45677861936e689757dc894b.tar.gz freebsd-ports-gnome-7f6adb9f31e5917c45677861936e689757dc894b.tar.zst freebsd-ports-gnome-7f6adb9f31e5917c45677861936e689757dc894b.zip |
Fix building on -current
PR: 37938
Submitted by: obraun@informatik.unibw-muenchen.de
Diffstat (limited to 'editors')
-rw-r--r-- | editors/axe/files/patch-Help::axinfo.c | 11 | ||||
-rw-r--r-- | editors/axe/files/patch-coaxe.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/editors/axe/files/patch-Help::axinfo.c b/editors/axe/files/patch-Help::axinfo.c new file mode 100644 index 000000000000..944e96e0e1c5 --- /dev/null +++ b/editors/axe/files/patch-Help::axinfo.c @@ -0,0 +1,11 @@ +--- Help/axinfo.c.orig Fri May 10 22:26:46 2002 ++++ Help/axinfo.c Fri May 10 22:27:13 2002 +@@ -45,7 +45,7 @@ + #include <stdio.h> + + extern char *getenv(); +-extern char *malloc(), *realloc(); ++extern void *malloc(), *realloc(); + + #include "Confirmer.h" + #include "Hyper.h" diff --git a/editors/axe/files/patch-coaxe.c b/editors/axe/files/patch-coaxe.c new file mode 100644 index 000000000000..e919b66b3761 --- /dev/null +++ b/editors/axe/files/patch-coaxe.c @@ -0,0 +1,11 @@ +--- coaxe.c.orig Fri May 10 22:28:40 2002 ++++ coaxe.c Fri May 10 22:28:53 2002 +@@ -38,7 +38,7 @@ + #endif + #include <stdio.h> + extern char *getenv(); +-extern char *malloc(), *realloc(); ++extern void *malloc(), *realloc(); + + #include "util.h" + |