View | Details | Raw Unified | Return to bug 65732
Collapse All | Expand All

(-)gstreamer-ffmpeg/Makefile (-4 lines)
Lines 36-45 Link Here
36
36
37
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
38
38
39
.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
40
EXTRA_PATCHES+=	${FILESDIR}/ia64-patch-ffmpeg::configure
41
.endif
42
43
post-patch:
39
post-patch:
44
	@${REINPLACE_CMD} -E -e \
40
	@${REINPLACE_CMD} -E -e \
45
		's|make|${GMAKE}|' \
41
		's|make|${GMAKE}|' \
(-)gstreamer-ffmpeg/files/ia64-patch-ffmpeg::configure (-10 lines)
Lines 1-10 Link Here
1
--- gst-libs/ext/ffmpeg/ffmpeg/configure.bak	Sat Sep 27 18:39:42 2003
2
+++ gst-libs/ext/ffmpeg/ffmpeg/configure	Sat Sep 27 19:53:52 2003
3
@@ -119,6 +119,7 @@
4
 v4l="no"
5
 audio_oss="yes"
6
 make="gmake"
7
+CFLAGS="$CFLAGS -fPIC -DPIC"
8
 LDFLAGS="$LDFLAGS -export-dynamic"
9
 ;;
10
 BSD/OS)

Return to bug 65732