From 9ede540c911036b33d7cd10c487fc7d03b5665f8 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 21 Jan 2017 12:19:46 +0000 Subject: [PATCH] Reinplace the target of the symlink instead of the symlink PR: 216309 --- lang/phc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/phc/Makefile b/lang/phc/Makefile index cdad2cea6609..ca8c609a2c59 100644 --- a/lang/phc/Makefile +++ b/lang/phc/Makefile @@ -20,6 +20,6 @@ post-patch: .SILENT ${REINPLACE_CMD} 's/g++/$$CXX/' \ ${WRKSRC}/phc_compile_plugin.in ${REINPLACE_CMD} 's/insert/this->&/' \ - ${WRKSRC}/include/phc/lib/List.h + ${WRKSRC}/lib/List.h .include