diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-21 06:51:00 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-21 06:51:00 +0000 |
commit | 57201f80be4e8b938f6a9bc25944f124d8a30d4e (patch) | |
tree | 01eb1861de6869b6a9243bc19c20cf246fc176b2 /security/fwbuilder2/files/patch-aa | |
parent | Upgrade to v5.0. (diff) |
Firewall Builder consists of object-oriented GUI and set of policy compilers
for various firewall platforms. In Firewall Builder, firewall policy is a set
of rules, each rule consists of abstract objects which represent real network
objects and services (hosts, routers, firewalls, networks, protocols).
Firewall Builder helps user maintain database of objects and allows policy
editing using simple drag-and-drop operations.
WWW: http://www.crocodile.org/~vadim/fwbuilder/
- New checksum, Archive on sourceforge.net had changed.
- use new version of gtkmm
PR: 24837
Submitted by: roman@xpert.com
Diffstat (limited to 'security/fwbuilder2/files/patch-aa')
-rw-r--r-- | security/fwbuilder2/files/patch-aa | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/security/fwbuilder2/files/patch-aa b/security/fwbuilder2/files/patch-aa new file mode 100644 index 000000000000..405e98b3a448 --- /dev/null +++ b/security/fwbuilder2/files/patch-aa @@ -0,0 +1,38 @@ +--- configure.orig Fri Feb 2 02:17:34 2001 ++++ configure Sun Feb 4 01:26:08 2001 +@@ -3145,14 +3145,14 @@ + PTHREAD_LIB="-lpthreads" + else + echo "$ac_t""no" 1>&6 +-echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 +-echo "configure:3150: checking for pthread_create in -lc_r" >&5 ++echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6 ++echo "configure:3150: checking for pthread_create in -pthread" >&5 + ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lc_r $LIBS" ++LIBS="-pthread $LIBS" + cat > conftest.$ac_ext <<EOF + #line 3158 "configure" + #include "confdefs.h" +@@ -3180,7 +3180,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- PTHREAD_LIB="-lc_r" ++ PTHREAD_LIB="-pthread" + else + echo "$ac_t""no" 1>&6 + echo $ac_n "checking for pthread_create""... $ac_c" 1>&6 +@@ -3979,7 +3979,7 @@ + + else + cat >> confdefs.h <<EOF +-#define TEMPLATE_DIR "${PREFIX}/share/fwbuilder" ++#define TEMPLATE_DIR "${PREFIX}/share/gnome/fwbuilder" + EOF + + fi |