diff options
author | tnn <tnn@pkgsrc.org> | 2022-08-22 22:59:07 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-08-22 22:59:07 +0000 |
commit | dabc0cbdc331bca93382d1662ee96876043e0e02 (patch) | |
tree | 045dd7ad43d000bf8bd5f1c2922dd261399eb6cd /security/libprelude/patches/patch-ae | |
parent | 569813dfb57d330bd4cc4bbc499cb5df8f0582d8 (diff) | |
download | pkgsrc-dabc0cbdc331bca93382d1662ee96876043e0e02.tar.gz |
prelude: remove from pkgsrc
prelude is unmaintained in pkgsrc since 2009 and is several major
versions behind. This makes it useless for it's intended purpose as an
intrusion detection system. Can be revived if/when there is an interested
maintainer. But it's probably easier to start from scratch given how stale
these packages were.
Diffstat (limited to 'security/libprelude/patches/patch-ae')
-rw-r--r-- | security/libprelude/patches/patch-ae | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/libprelude/patches/patch-ae b/security/libprelude/patches/patch-ae deleted file mode 100644 index f8bd5faacc7..00000000000 --- a/security/libprelude/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.2 2009/08/23 18:56:34 hasso Exp $ - ---- configure.orig 2008-04-25 07:08:22.000000000 -0600 -+++ configure -@@ -44961,7 +44961,7 @@ fi - - { $as_echo "$as_me:$LINENO: checking for cpu-specific compiler flags" >&5 - $as_echo_n "checking for cpu-specific compiler flags... " >&6; } --if test "$host_cpu" == "x86_64" && test $enable_static = "yes"; then -+if test "$host_cpu" = "x86_64" && test $enable_static = "yes"; then - { $as_echo "$as_me:$LINENO: result: x86_64/static: adding -fPIC" >&5 - $as_echo "x86_64/static: adding -fPIC" >&6; } - |