diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnash-devel/Makefile | 1 | ||||
-rw-r--r-- | graphics/gnash/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile index 6256e372f67..c4c662c7822 100644 --- a/graphics/gnash-devel/Makefile +++ b/graphics/gnash-devel/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) 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) |