summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2007-03-27 18:33:39 +0000
committeralepulver <alepulver@FreeBSD.org>2007-03-27 18:33:39 +0000
commit1e0f978db7aabdd03ccb41ed0128040a25012fb2 (patch)
treeb73b13b6c3fe539d7b0f0ca3c542b823213d4fa2 /graphics
parent9e34e0fc0f866e1371cb12e34d753018124520c5 (diff)
downloadFreeBSD-ports-1e0f978db7aabdd03ccb41ed0128040a25012fb2.zip
FreeBSD-ports-1e0f978db7aabdd03ccb41ed0128040a25012fb2.tar.gz
- Fix building after removal of objformat(1).
- Remove FreeBSD 4.x support. Reported by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xmms-scivi/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/xmms-scivi/Makefile b/graphics/xmms-scivi/Makefile
index eb21cc0..c8eeb3a 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)
OpenPOWER on IntegriCloud