summaryrefslogtreecommitdiff
path: root/net/proftpd/patches
diff options
context:
space:
mode:
authorkim <kim>2008-12-28 08:56:59 +0000
committerkim <kim>2008-12-28 08:56:59 +0000
commit47bff5b81e999c819fc4f390ba40096319ba1a49 (patch)
tree3190bf8446cdbf9bf4cbda0ec1e9f7475a438b03 /net/proftpd/patches
parent1e49e69bb590f7fed443dc0b3fa03191f53c86ce (diff)
downloadpkgsrc-47bff5b81e999c819fc4f390ba40096319ba1a49.tar.gz
Grrr, cannot patch next to RCS id strings, so use sed instead.
Diffstat (limited to 'net/proftpd/patches')
-rw-r--r--net/proftpd/patches/patch-ad16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/proftpd/patches/patch-ad b/net/proftpd/patches/patch-ad
deleted file mode 100644
index 055cf0d5d41..00000000000
--- a/net/proftpd/patches/patch-ad
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ad,v 1.7 2008/12/28 08:42:01 kim Exp $
-
-The -lnsl library has its own check in configure. We cannot hardcode it
-as it is not needed and does not even exist on all platforms.
-
---- contrib/mod_wrap.c.orig 2008-01-25 03:53:34.000000000 +0200
-+++ contrib/mod_wrap.c 2008-12-26 11:42:48.000000000 +0200
-@@ -23,7 +23,7 @@
- * the source code for OpenSSL in the source distribution.
- *
- * -- DO NOT MODIFY THE TWO LINES BELOW --
-- * $Libraries: -lwrap -lnsl$
-+ * $Libraries: -lwrap$
- * $Id: patch-ad,v 1.7 2008/12/28 08:42:01 kim Exp $
- */
-