s,getprogname,_getprogname,g

newer version of FreeBSD provides getprogname(3)

Submitted by:	bento log
This commit is contained in:
Ying-Chieh Liao
2001-08-03 20:16:39 +00:00
parent 5191519743
commit 12f769a54f

View File

@@ -17,4 +17,7 @@ MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
post-patch:
@${PERL} -pi -e "s,getprogname,_getprogname,g" ${WRKSRC}/src/mp3asm.c
.include <bsd.port.mk>