freebsd-ports/security/fwbuilder2/files/patch-aa
Foxfair Hu d62223b7f3 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).
2003-06-10 16:27:56 +00:00

14 lines
265 B
Text

--- 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
*/