diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-03-27 18:33:39 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-03-27 18:33:39 +0000 |
commit | 38a7c9597c3068ee290e6c0bd09c8051ec14445f (patch) | |
tree | de8b4e0ef420f2d1dfc16fc64c04328a303f9feb /graphics/xmms-scivi | |
parent | d156916e122c50be13a8912259c9721010dc3a09 (diff) |
- Fix building after removal of objformat(1).
- Remove FreeBSD 4.x support.
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=188574
Diffstat (limited to 'graphics/xmms-scivi')
-rw-r--r-- | graphics/xmms-scivi/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/xmms-scivi/Makefile b/graphics/xmms-scivi/Makefile index eb21cc068d2f..c8eeb3a0964e 100644 --- a/graphics/xmms-scivi/Makefile +++ b/graphics/xmms-scivi/Makefile @@ -22,18 +22,10 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GL= yes USE_GNOME= gtk12 - GNU_CONFIGURE= yes post-patch: - @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \ - ${WRKSRC}/configure ${WRKSRC}/src/Makefile.in - @${REINPLACE_CMD} -e "s|<stdint.h>|<inttypes.h>|g" \ - ${WRKSRC}/src/dynam.c ${WRKSRC}/src/glstuff.c \ - ${WRKSRC}/src/gui.c ${WRKSRC}/src/plugin.c \ - ${WRKSRC}/src/presets.c ${WRKSRC}/src/scivi.c \ - ${WRKSRC}/src/utilx.c ${WRKSRC}/src/utilf.c \ - ${WRKSRC}/src/utilsnd.c + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) |