diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-04-25 09:58:30 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-04-25 09:58:30 +0000 |
commit | 284a38bb5de360b58906e160bbdea0aff9f7ba75 (patch) | |
tree | b6a1f2ea68a0cd42628bc11cf36063d38e8b25fe /multimedia | |
parent | Update to 0.5.0.2 (diff) |
Unbreak build when the WITH_3DNOW option is disabled.
PR: ports/80299
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
Approved by: clement (mentor)
Notes
Notes:
svn path=/head/; revision=134121
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/beep-media-player/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/multimedia/beep-media-player/Makefile b/multimedia/beep-media-player/Makefile index 51b253442118..7bbb4312d837 100644 --- a/multimedia/beep-media-player/Makefile +++ b/multimedia/beep-media-player/Makefile @@ -84,15 +84,6 @@ WITHOUT_3DNOW= yes CONFIGURE_ARGS+= --enable-3dnow .endif -.if defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021 -post-extract: - (cd ${WRKSRC}/Input/mpg123 && ${MV} decode_i586.s decode_i586.S && \ - cd ${WRKSRC}/Visualization/blur_scope && ${MV} blur_8.s blur_8.S); - ${REINPLACE_CMD} -e 's:\.s :\.S :g' ${WRKSRC}/Input/mpg123/Makefile.in - ${REINPLACE_CMD} -e 's:blur_8.s:blur_8.S:g' \ - ${WRKSRC}/Visualization/blur_scope/Makefile.in -.endif - post-patch: @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in |