diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-18 14:19:22 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-18 14:19:22 +0000 |
commit | 6ed4f4772e435d451cd83881017f1fd1f37d18fe (patch) | |
tree | 584851a666f89a16d3c80e4c885efe727f316fa0 /security/fwbuilder/files/patch-configure.in | |
parent | - Update to 2.4 (diff) |
- Update 1.1.2
While I'm here:
- Use %%DATADIR%% and %%DOCSDIR%%
PR: 61510
Sybmitted by: Vadim Kurland <vadim@fwbuilder.org> (maintainer)
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'security/fwbuilder/files/patch-configure.in')
-rw-r--r-- | security/fwbuilder/files/patch-configure.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/security/fwbuilder/files/patch-configure.in b/security/fwbuilder/files/patch-configure.in deleted file mode 100644 index ef5c41d56a26..000000000000 --- a/security/fwbuilder/files/patch-configure.in +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 |