1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- fix build with gcc46

This commit is contained in:
Dirk Meyer 2012-02-19 09:24:12 +00:00
parent 18d05b2123
commit 06b36441c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291791

View File

@ -27,4 +27,8 @@ SNAPSHOT= 20061221
WRKSRC= ${WRKDIR}/Etoile/
USE_GNUSTEP_MAKE_DIRS+= Bundles/WildMenus
post-patch:
${REINPLACE_CMD} -e 's|AppKit/NSDictionary.h|Foundation/NSDictionary.h|' \
${WRKSRC}/Bundles/WildMenus/GSHorizontalMenuItemCell.m
.include <bsd.port.mk>