diff options
Diffstat (limited to 'security/cyrus-sasl2/files/patch-lib::Makefile.in')
-rw-r--r-- | security/cyrus-sasl2/files/patch-lib::Makefile.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/security/cyrus-sasl2/files/patch-lib::Makefile.in b/security/cyrus-sasl2/files/patch-lib::Makefile.in deleted file mode 100644 index b1de51dc4e17..000000000000 --- a/security/cyrus-sasl2/files/patch-lib::Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ -Index: lib/Makefile.in -diff -u lib/Makefile.in.orig lib/Makefile.in ---- lib/Makefile.in.orig Sun May 15 14:58:38 2005 -+++ lib/Makefile.in Wed May 18 01:12:50 2005 -@@ -12,6 +12,8 @@ - # even the implied warranty of MERCHANTABILITY or FITNESS FOR A - # PARTICULAR PURPOSE. - -+.PATH: ${.CURDIR}/../plugins ${.CURDIR}/../sasldb -+ - @SET_MAKE@ - - # Makefile.am for the SASL library -@@ -645,10 +647,6 @@ - rm -f $@ - ln -s .libs/$@ $@ - --$(SASL_STATIC_OBJS): linksrcs -- --linksrcs: -- -ln -s $(SASL_STATIC_SRCS) . - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: |