diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-19 15:53:54 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-19 15:53:54 +0000 |
commit | af79534b8690d92695a20eb0ecf493ae8d45e2ee (patch) | |
tree | 3680995063d3b400a9caf380502ee5e3fbc93138 /security/fwbuilder-devel/files/patch-aa | |
parent | - Use LDFLAGS (diff) |
- Update to 1.1.1
- Remove patches not needed anymore
- Add patch to respect LOCALBASE when searching for glib
While I'm here:
- Remove explicit automake/autoconf dependencies from BUILD_DEPENDS
in favor of USE_AUTOCONF and WANT_AUTOMAKE_VER
- Utilize USE_GNOME for glib12, gtk12 and gdk-pixbuf dependencies
- Switch to DOCSDIR that doesn't contain a version number in the name
- Sort pkg-plist
PR: 59918
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=96209
Diffstat (limited to 'security/fwbuilder-devel/files/patch-aa')
-rw-r--r-- | security/fwbuilder-devel/files/patch-aa | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/security/fwbuilder-devel/files/patch-aa b/security/fwbuilder-devel/files/patch-aa deleted file mode 100644 index 7c91a3de3f60..000000000000 --- a/security/fwbuilder-devel/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 - */ |