diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-03 20:16:39 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-03 20:16:39 +0000 |
commit | 12f769a54f515d6bba712360f6de6fa0ed0f1aa9 (patch) | |
tree | aad0ef503e7c084ac71de4e32c4cc13901952bc4 /audio/mp3asm | |
parent | 5191519743114ead16090f604d11add16d5e6e7d (diff) | |
download | ports-12f769a54f515d6bba712360f6de6fa0ed0f1aa9.tar.gz ports-12f769a54f515d6bba712360f6de6fa0ed0f1aa9.zip |
Notes
Diffstat (limited to 'audio/mp3asm')
-rw-r--r-- | audio/mp3asm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/mp3asm/Makefile b/audio/mp3asm/Makefile index 1f619d9058e3..d5912a1856de 100644 --- a/audio/mp3asm/Makefile +++ b/audio/mp3asm/Makefile @@ -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> |