diff options
author | pav <pav@FreeBSD.org> | 2003-11-15 07:14:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-15 07:14:00 +0800 |
commit | f310e618cad5a5e63b90e4127824672e21991092 (patch) | |
tree | e545b2e014d2b0ccfc0b4ffbb8c60a0e33bad942 /deskutils/gtodo | |
parent | 9040a079a447474c4ef14eab36c200a39516578d (diff) | |
download | freebsd-ports-gnome-f310e618cad5a5e63b90e4127824672e21991092.tar.gz freebsd-ports-gnome-f310e618cad5a5e63b90e4127824672e21991092.tar.zst freebsd-ports-gnome-f310e618cad5a5e63b90e4127824672e21991092.zip |
Fix build on 4.x
PR: ports/59294
Submitted by: Mezz <mezz7@cox.net> (maintainer)
Approved by: adamw (mentor)
Diffstat (limited to 'deskutils/gtodo')
-rw-r--r-- | deskutils/gtodo/files/patch-src::main.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/gtodo/files/patch-src::main.c b/deskutils/gtodo/files/patch-src::main.c new file mode 100644 index 000000000000..7e5a5bbd7d5c --- /dev/null +++ b/deskutils/gtodo/files/patch-src::main.c @@ -0,0 +1,10 @@ +--- src/main.c.orig Fri Nov 14 14:37:02 2003 ++++ src/main.c Fri Nov 14 14:37:09 2003 +@@ -1,7 +1,6 @@ + #include <gtk/gtk.h> + #include <sys/stat.h> + #include <sys/types.h> +-#include <getopt.h> + #include <gconf/gconf.h> + #include "main.h" + |