diff src/openssl.mk @ 1037:5a68e969a9d2

converted sed hack to patch for package openssl
author Mark Brand <mabrand@mabrand.nl>
date Fri, 04 Jun 2010 21:35:18 +0200
parents dd28c487a6b1
children cc0115f755b8
line wrap: on
line diff
--- a/src/openssl.mk	Fri Jun 04 23:15:11 2010 +0200
+++ b/src/openssl.mk	Fri Jun 04 21:35:18 2010 +0200
@@ -21,10 +21,6 @@
 endef
 
 define $(PKG)_BUILD
-    # although ws3_32 is used, winsock 1 headers are still referenced
-    find '$(1)' -type f -exec \
-        $(SED) -i 's,winsock\.h,winsock2.h,g' {} \;
-
     cd '$(1)' && CC='$(TARGET)-gcc' ./Configure \
         mingw \
         zlib \