]> CyberLeo.Net >> Repos - CDN/cdn-ports-overlay.git/blob - cdn/patch/Mk_bsd.local.mk-strip_deps.patch
Switch to include for dependency strip patch
[CDN/cdn-ports-overlay.git] / cdn / patch / Mk_bsd.local.mk-strip_deps.patch
1 --- Mk/bsd.local.mk.orig        2012-11-16 23:54:17.000000000 -0600
2 +++ Mk/bsd.local.mk     2013-10-23 06:25:39.713010142 -0500
3 @@ -17,6 +17,8 @@
4  # time should live.
5  #
6  
7 +.include "${PORTSDIR}/Mk/cdn.strip_deps.mk"
8 +
9  .endif # !defined(_POSTMKINCLUDED) && !defined(Local_Pre_Include)
10  
11  .if defined(_POSTMKINCLUDED) && !defined(Local_Post_Include)
12 @@ -28,4 +30,6 @@
13  # time should live.
14  #
15  
16 +.include "${PORTSDIR}/Mk/cdn.strip_deps.mk"
17 +
18  .endif # defined(_POSTMKINCLUDED) && !defined(Local_Post_Include)