summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-06-07 01:33:01 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-06-07 01:33:01 +0800
commitf6ac9a5e424515c5887e6e8b862c3988a9975c3b (patch)
treea0b37f1175a5680536b091d02be9b1d18d453388
parent01d31e688c6d8cbb4c46035cc6bf54455e792a26 (diff)
downloadmarcuscom-ports-f6ac9a5e424515c5887e6e8b862c3988a9975c3b.tar
marcuscom-ports-f6ac9a5e424515c5887e6e8b862c3988a9975c3b.tar.gz
marcuscom-ports-f6ac9a5e424515c5887e6e8b862c3988a9975c3b.tar.bz2
marcuscom-ports-f6ac9a5e424515c5887e6e8b862c3988a9975c3b.tar.lz
marcuscom-ports-f6ac9a5e424515c5887e6e8b862c3988a9975c3b.tar.xz
marcuscom-ports-f6ac9a5e424515c5887e6e8b862c3988a9975c3b.tar.zst
marcuscom-ports-f6ac9a5e424515c5887e6e8b862c3988a9975c3b.zip
- Remove un-needed REINPLACE_CMD line for malloc.h
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4026 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--www/epiphany/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index aa625ad67..68e94aad9 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -94,8 +94,6 @@ post-patch:
.endif
@${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g'
- @${FIND} ${WRKSRC} -name "*.cpp" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|malloc\.h|stdlib.h|g'
post-configure:
@${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \