- fix build with gcc46

This commit is contained in:
Dirk Meyer 2012-02-19 14:19:38 +00:00
parent 327301f501
commit ebe7131543
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291830

View File

@ -30,4 +30,8 @@ USE_GNUSTEP_MAKE_DIRS+= Services/User/LookAndBehavior
PANEKIT_PORT?= deskutils/etoile-panekit
post-patch:
${MKDIR} ${WRKSRC}/Services/User/LookAndBehavior/PreferencesKit
${TOUCH} ${WRKSRC}/Services/User/LookAndBehavior/PreferencesKit/PreferencesKit.h
.include <bsd.port.mk>