workaround a compiler problem on sparc64
maintainer timeout
This commit is contained in:
parent
b57dbdb04f
commit
73c34c1ce2
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2005/02/09 23:41:43 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2005/07/23 15:23:43 sturm Exp $
|
||||
|
||||
COMMENT= "video stream processing tools"
|
||||
|
||||
DISTNAME= transcode-0.6.14
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= multimedia
|
||||
|
||||
HOMEPAGE= http://www.transcoding.org/
|
||||
@ -32,6 +32,9 @@ PKG_ARGS+= -Di386=1
|
||||
.else
|
||||
PKG_ARGS+= -Di386=0
|
||||
.endif
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
PATCH_LIST= patch-* gcc-*
|
||||
.endif
|
||||
|
||||
LIB_DEPENDS= SDL.2::devel/sdl \
|
||||
a52.0::audio/liba52 \
|
||||
|
@ -0,0 +1,24 @@
|
||||
$OpenBSD: gcc-filter_yuvdenoise_Makefile_in,v 1.1 2005/07/23 15:23:44 sturm Exp $
|
||||
--- filter/yuvdenoise/Makefile.in.orig Tue Nov 16 05:47:02 2004
|
||||
+++ filter/yuvdenoise/Makefile.in Fri Jul 15 22:22:34 2005
|
||||
@@ -529,6 +529,20 @@ distclean-compile:
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
+deinterlace.lo:
|
||||
+@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -O1 -c -o $@ $<; \
|
||||
+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
|
||||
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
||||
+
|
||||
+denoise.lo:
|
||||
+@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -O1 -c -o $@ $<; \
|
||||
+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
|
||||
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
||||
+
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
Loading…
Reference in New Issue
Block a user