1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix build on 4.x.

PR:		83542
Submitted by:	Marcus Grando <marcus AT corp dot grupos dot com dot br>
This commit is contained in:
Koop Mast 2005-07-18 10:39:54 +00:00
parent 806acca70d
commit 854071e138
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139488

View File

@ -52,5 +52,8 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|datadir)/icons/gnome|prefix)/share/icons/gnome|g' \
${WRKSRC}/pixmaps/Makefile.in
@${REINPLACE_CMD} -e 's|;;|;|g' \
${WRKSRC}/src/journal.c \
${WRKSRC}/src/msg_queue.c
.include <bsd.port.mk>