diff options
Diffstat (limited to 'x11-toolkits/php-gtk2/Makefile')
-rw-r--r-- | x11-toolkits/php-gtk2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/php-gtk2/Makefile b/x11-toolkits/php-gtk2/Makefile index 188efbc6a64f..624ea9a62606 100644 --- a/x11-toolkits/php-gtk2/Makefile +++ b/x11-toolkits/php-gtk2/Makefile @@ -99,6 +99,7 @@ pre-configure: .for FILE in ${PIC2FIX} @${REINPLACE_CMD} -e "s|-prefer-pic|${CFLAGS}|g" ${WRKSRC}/${FILE} .endfor + @${REINPLACE_CMD} -e "s|/bin/sh|/bin/sh -x|" ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) |