Add a pre-configure target that removes the bogus symlink from

${WRKSRC}/config.guess to the nonexistent
/usr/share/automake-1.4/config.guess
This commit is contained in:
Kris Kennaway 2003-07-10 04:22:08 +00:00
parent 44ade3c00a
commit c9e3133779
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84562

View File

@ -29,4 +29,7 @@ USE_GNOME= gtk12
USE_GMAKE= yes
USE_X_PREFIX= yes
pre-configure:
@${RM} ${WRKSRC}/config.guess
.include <bsd.port.mk>