aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2023-09-23 09:09:15 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2023-09-23 09:09:15 +0000
commitd87e5ab7c0383364d7cfd42cfeb4165c014b646d (patch)
tree414c2dec6f7a5683ba451c3ae6b7fad3d517dae0
parent6dfc97b135cd2aacf35e8526241ad613812ceba6 (diff)
downloadports-d87e5ab7c0383364d7cfd42cfeb4165c014b646d.tar.gz
ports-d87e5ab7c0383364d7cfd42cfeb4165c014b646d.zip
audio/lame: unbreak
-rw-r--r--audio/lame/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile
index e315ea24e238..8ee319dd606c 100644
--- a/audio/lame/Makefile
+++ b/audio/lame/Makefile
@@ -29,7 +29,7 @@ OPTIONS_DEFAULT=DOCS
post-patch:
# Fix parallel builds
@${REINPLACE_CMD} -e 's,test -d \.libs || mkdir,mkdir -p,' \
- ${WRKSRC}/libmp3lame/i386/Makefile.ir
+ ${WRKSRC}/libmp3lame/i386/Makefile.in
# Remove undefined symbol from linker version script - XXX to be removed with lame 3.101
@${REINPLACE_CMD} -e '/lame_init_old/d' ${WRKSRC}/include/libmp3lame.sym