aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gnash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gnash/Makefile')
-rw-r--r--graphics/gnash/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile
index 6256e372f67..c4c662c7822 100644
--- a/graphics/gnash/Makefile
+++ b/graphics/gnash/Makefile
@@ -48,6 +48,7 @@ PLIST_SUB+= PLUGIN=""
.endif
post-patch:
+ @${REINPLACE_CMD} -e 's|gnash-dbg.log|.gnash-dbg.log|' ${WRKSRC}/libbase/log.h
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g;s|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
.if !defined(WITH_PLUGIN)