lcms/lcms.h --> lcms.h -- that's how the new lcms-1.07 is installed

This commit is contained in:
Mikhail Teterin 2001-04-10 23:15:57 +00:00
parent 1c8c0c892b
commit 6702077846
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41252

View File

@ -90,5 +90,7 @@ PLIST_SUB+= X11=''
pre-patch:
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$$\(top_builddir\)/ltdl/libltdlc.la|\$$\(LIBLTDL\)|g'
${PERL} -pi -e 's|lcms/lcms.h|lcms.h|g' \
${WRKSRC}/configure.in ${WRKSRC}/magick/transform.c
.include <bsd.port.mk>