aboutsummaryrefslogtreecommitdiff
path: root/graphics/gnash-devel
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-06-05 20:27:40 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-06-05 20:27:40 +0000
commit5a2b6a9d14389e2c2f7795627e4e280de58cb1be (patch)
tree970a064f77dff09ff29839ef792e162b907d1529 /graphics/gnash-devel
parent8ca520cf3a627ef59945e44ac0e87777812f624d (diff)
downloadports-5a2b6a9d14389e2c2f7795627e4e280de58cb1be.tar.gz
ports-5a2b6a9d14389e2c2f7795627e4e280de58cb1be.zip
Notes
Diffstat (limited to 'graphics/gnash-devel')
-rw-r--r--graphics/gnash-devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile
index 6256e372f67c..c4c662c78221 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)