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/files/patch-configure.in | |
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
Diffstat (limited to 'security/fwbuilder/files/patch-configure.in')
-rw-r--r-- | security/fwbuilder/files/patch-configure.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/fwbuilder/files/patch-configure.in b/security/fwbuilder/files/patch-configure.in new file mode 100644 index 000000000000..ef5c41d56a26 --- /dev/null +++ b/security/fwbuilder/files/patch-configure.in @@ -0,0 +1,20 @@ +--- configure.in.old Thu Dec 18 09:24:41 2003 ++++ configure.in Thu Dec 18 09:24:53 2003 +@@ -281,17 +281,6 @@ + + AC_DEFINE_UNQUOTED(LIBFWBUILDER_VERSION, "$LIBFWBUILDER_VERSION") + +-dnl +-dnl On FreeBSD glib-config is called glib12-config, but standard AM_PATH_GLIB +-dnl macro does not know it ... +-dnl +-case "$build_os" in +- freebsd*) +- GLIB_CONFIG=/usr/local/bin/glib12-config +- ;; +-esac +- +- + dnl TODO: remove this once we get rid of the old iptables compiler + dnl all other modules do not need separate GLIB_CFLAGS and GLIB_LIBS + dnl macro because we supply the same parameters via libfwbuilder-config |