Every time gnash plugin is launched, gnash-dbg.log file is

created in current dir. I consider this annoying, so I think
it's better to have gnash debug log as a dotfile.

PR:		97522
Submittey by:	Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
This commit is contained in:
Erwin Lansing 2006-06-05 20:27:40 +00:00
parent 8ca520cf3a
commit 5a2b6a9d14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164507
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

@ -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)