pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/x264-devel Backout previous.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/975abac4e398
branches:  trunk
changeset: 621265:975abac4e398
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 06 21:57:45 2013 +0000

description:
Backout previous.
Onno van der Linden reports it is not needed any longer with
x264-devel-20130703.

diffstat:

 multimedia/x264-devel/Makefile |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (31 lines):

diff -r 6871d415019d -r 975abac4e398 multimedia/x264-devel/Makefile
--- a/multimedia/x264-devel/Makefile    Sat Jul 06 21:56:13 2013 +0000
+++ b/multimedia/x264-devel/Makefile    Sat Jul 06 21:57:45 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2013/07/06 10:42:28 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2013/07/06 21:57:45 wiz Exp $
 
 SNAPSHOT_DATE= 20130703
 
@@ -19,8 +19,6 @@
 CFLAGS+=       -DHAVE_STDLIB_H
 .endif
 
-.include "../../mk/compiler.mk"
-
 # The assembler implementations don't use position independent code
 # and therefore break the builds on a lot of platforms because we use
 # "libtool" to create shared libraries. We therefore need to switch
@@ -30,12 +28,6 @@
        (!empty(OS_VERSION:M[1-5].*) && empty(OS_VERSION:M5.99.*))) || \
       ${OPSYS} == "Darwin"
 CONFIGURE_ARGS+=       --disable-asm
-.  elif !empty(CC_VERSION:Mgcc-4.[2345]*)
-CFLAGS+=-mstackrealign -mpreferred-stack-boundary=4
-.  elif !empty(CC_VERSION:Mgcc-[123]*) \
-   || !empty(CC_VERSION:Mgcc-4.[01]*) \
-   || empty(CC_VERSION:Mgcc*)
-CONFIGURE_ARGS+=        --disable-asm
 .  else
 BUILD_DEPENDS+=                yasm>=0.4.0:../../devel/yasm
 .  endif



Home | Main Index | Thread Index | Old Index