- Fix build: extconf now inserts -L'.' into Makefile for some reason; bandaid
Reported by: pointyhat Approved by: portmgr (hat)
This commit is contained in:
parent
da49792393
commit
dafa4acef1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202662
@ -36,6 +36,9 @@ EXAMPLES_EN= es.png png.rb pngtest.rb pngtest.sh \
|
||||
sample/4.png sample/5.png sample/6.png sample/7.png \
|
||||
sample/8.png sample/9.png sample/pngcat.rb
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e "s| -L'.'||" ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODEXAMPLESDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user