forked from Lainports/freebsd-ports
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).
14 lines
265 B
Text
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
|
|
*/
|