summaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_install/files/patch-Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/pkg_install/files/patch-Makefile.inc')
-rw-r--r--ports-mgmt/pkg_install/files/patch-Makefile.inc16
1 files changed, 0 insertions, 16 deletions
diff --git a/ports-mgmt/pkg_install/files/patch-Makefile.inc b/ports-mgmt/pkg_install/files/patch-Makefile.inc
deleted file mode 100644
index afe320568cd0..000000000000
--- a/ports-mgmt/pkg_install/files/patch-Makefile.inc
+++ /dev/null
@@ -1,16 +0,0 @@
---- Makefile.inc.orig Mon Oct 18 15:09:20 2004
-+++ Makefile.inc Mon Oct 18 15:10:08 2004
-@@ -7,10 +7,12 @@
- .endif
-
- .if !defined(NOCRYPT) && !defined(NO_OPENSSL) && \
-- defined(LDADD) && ${LDADD:M-lfetch} != ""
-+ defined(LDADD)
-+.if ${LDADD:M-lfetch} != ""
- DISTRIBUTION= crypto
- DPADD+= ${LIBSSL} ${LIBCRYPTO}
- LDADD+= -lssl -lcrypto
-+.endif
- .endif
-
- # Inherit BINDIR from one level up.