diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-10 16:27:56 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-10 16:27:56 +0000 |
commit | d62223b7f3e8230b222cd1c49b2f68aa939420d5 (patch) | |
tree | 38249955ff3ead2f5ad495d908487a46673b2d2a /security/fwbuilder/files/patch-aa | |
parent | Update to 0.7.0. (diff) |
PR: 53120
Submitted by: Vadim Kurland <vadim@vk.crocodile.org>
Add ports dependency: aclocal && gdk_pixbuf to build without problem,
and add patches for -current. Bump PORTREVISION as well.
Switch maitainership to Vadim Kurland <vadim@vk.crocodile.org>, who
is the developer of fwbuilder (approved by original maintainer).
Notes
Notes:
svn path=/head/; revision=82700
Diffstat (limited to '')
-rw-r--r-- | security/fwbuilder/files/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/fwbuilder/files/patch-aa b/security/fwbuilder/files/patch-aa new file mode 100644 index 000000000000..7c91a3de3f60 --- /dev/null +++ b/security/fwbuilder/files/patch-aa @@ -0,0 +1,14 @@ +--- config.h.in.old Sat May 31 14:40:22 2003 ++++ config.h.in Sat May 31 14:40:40 2003 +@@ -33,6 +33,11 @@ + #undef HAVE_SETENV + #undef HAVE_PUTENV + ++#ifdef HAVE_GETOPT_H ++# define HAVE_DECL_GETOPT HAVE_GETOPT_H ++#endif ++ ++ + /* + * This is needed for Solaris + */ |