From 6674bf3610b747c023c632fcde0395f572778e65 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 20 Oct 2003 20:29:16 +0000 Subject: Don't die if we encounter a problem registering plug-ins on ia64. Right now, there's a crash during this phase, and ia64 needs some more debugging tools before it can be fully analyzed. This will allow unattended installs in the meantime. Reported by: marcel Approved by: maintainer (implicit) --- multimedia/gstreamer-plugins/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'multimedia/gstreamer-plugins') diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index f6d6ecea586f..b303c831923f 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -98,11 +98,15 @@ post-configure: @${ECHO_CMD} "CC=${CC}" >> \ ${WRKSRC}/gst-libs/ext/ffmpeg/ffmpeg/config.mak +.include + post-install: +.if ${ARCH} == "ia64" # register plugins + @-${X11BASE}/bin/gst-register 2>/dev/null +.else @${X11BASE}/bin/gst-register 2>/dev/null - -.include +.endif # Fix build on ia64. This patch breaks other archs, so include it # conditionally -- cgit v1.2.3