Index: head/ports-mgmt/pkg_install/files/patch-Makefile.inc =================================================================== --- head/ports-mgmt/pkg_install/files/patch-Makefile.inc (nonexistent) +++ head/ports-mgmt/pkg_install/files/patch-Makefile.inc (revision 119739) @@ -0,0 +1,16 @@ +--- 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. Property changes on: head/ports-mgmt/pkg_install/files/patch-Makefile.inc ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/pkg_install/files/patch-Makefile.inc =================================================================== --- head/sysutils/pkg_install/files/patch-Makefile.inc (nonexistent) +++ head/sysutils/pkg_install/files/patch-Makefile.inc (revision 119739) @@ -0,0 +1,16 @@ +--- 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. Property changes on: head/sysutils/pkg_install/files/patch-Makefile.inc ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property