diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-11 01:26:05 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-11 01:26:05 +0000 |
commit | 7d9b12659e155f1e67a622cf52c756364b080796 (patch) | |
tree | 39ec287d71abf4bae73109cea8c06b9d058667cd /audio/xmms | |
parent | 8c0364b0b39c2d038449ffae2d16e328d86b083c (diff) | |
download | ports-7d9b12659e155f1e67a622cf52c756364b080796.tar.gz ports-7d9b12659e155f1e67a622cf52c756364b080796.zip |
Notes
Diffstat (limited to 'audio/xmms')
-rw-r--r-- | audio/xmms/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index 15792aaed6a1..04dd59718a7a 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -31,6 +31,14 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" +post-extract: + @(cd ${WRKSRC}/Input/mpg123 && ${MV} decode_i586.s decode_i586.S && \ + ${MV} getbits.s getbits.S && cd ${WRKSRC}/Visualization/blur_scope && \ + ${MV} blur_8.s blur_8.S); + @${PERL} -pi.bak -e 's:\.s :\.S :g' ${WRKSRC}/Input/mpg123/Makefile.in + @${PERL} -pi.bak -e 's:blur_8.s:blur_8.S:g' \ + ${WRKSRC}/Visualization/blur_scope/Makefile.in + post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib |