diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-13 22:53:59 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-13 22:53:59 +0000 |
commit | 878c07d14b77bdf3c143c2df58508668205e45d6 (patch) | |
tree | f080a117cd6e8ca2af97b7e93db725895f794e14 /emulators/vba/files/patch-src-getopt.h | |
parent | share/pixmap -> share/pixmaps in pkg-plist (diff) |
Add support to GTK2
PR: 87370
Submitted by: No Name <arundel@h3c.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=145319
Diffstat (limited to 'emulators/vba/files/patch-src-getopt.h')
-rw-r--r-- | emulators/vba/files/patch-src-getopt.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/vba/files/patch-src-getopt.h b/emulators/vba/files/patch-src-getopt.h new file mode 100644 index 000000000000..3604c8d4ac6d --- /dev/null +++ b/emulators/vba/files/patch-src-getopt.h @@ -0,0 +1,11 @@ +--- src/getopt.h.orig Sun Oct 9 23:31:12 2005 ++++ src/getopt.h Sun Oct 9 23:31:25 2005 +@@ -112,7 +112,7 @@ + extern int getopt (int argc, char *const *argv, const char *shortopts); + #else /* not __GNU_LIBRARY__ */ + # if !defined (HAVE_DECL_GETOPT) +-extern int getopt (); ++//extern int getopt (); + # endif + #endif /* __GNU_LIBRARY__ */ + extern int getopt_long (int argc, char *const *argv, const char *shortopts, |