diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /mail/popd/files/patch-src__popd.c | |
parent | Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff) |
Remove non staged ports without pending PR from ma*
Diffstat (limited to 'mail/popd/files/patch-src__popd.c')
-rw-r--r-- | mail/popd/files/patch-src__popd.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/popd/files/patch-src__popd.c b/mail/popd/files/patch-src__popd.c deleted file mode 100644 index 2216463c13a5..000000000000 --- a/mail/popd/files/patch-src__popd.c +++ /dev/null @@ -1,15 +0,0 @@ -Index: src/popd.c -diff -u -p src/popd.c.orig src/popd.c ---- src/popd.c.orig Fri Jan 24 21:01:25 2003 -+++ src/popd.c Wed Jun 1 09:00:55 2005 -@@ -54,6 +54,10 @@ - #include "signals.h" - #include "proxy.h" - -+#ifndef NI_WITHSCOPEID -+#define NI_WITHSCOPEID 0 -+#endif -+ - /* global variables */ - extern FILE *yyin; - extern int yyparse(void); |