Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2013 19:51:49 GMT
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176766: [patch] audio/dvda-author fix build with clang
Message-ID:  <201303081951.r28JpnoV017194@red.freebsd.org>
Resent-Message-ID: <201303082000.r28K00oS037576@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176766
>Category:       ports
>Synopsis:       [patch] audio/dvda-author fix build with clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 08 20:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #7: Sat Feb 23 12:08:32 CET 2013     corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN64  amd64

>Description:
Simple clang build fix
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/audio/dvda-author/files/patch-configure audio/dvda-author/files/patch-configure
--- /usr/ports/audio/dvda-author/files/patch-configure	2009-06-22 00:09:27.000000000 +0200
+++ audio/dvda-author/files/patch-configure	2013-03-08 20:42:09.000000000 +0100
@@ -1,5 +1,5 @@
---- configure.orig      2009-06-16 03:22:04.000000000 +0200
-+++ configure   2009-06-16 03:22:17.000000000 +0200
+--- configure.orig	2009-06-16 01:35:19.000000000 +0200
++++ configure	2013-03-08 20:41:46.000000000 +0100
 @@ -13402,7 +13402,7 @@
       SOX_LIB="/usr/lib/libsox.a `echo /usr/lib/sox/libsox_*.a`"
       { $as_echo "$as_me:$LINENO: SOX_LIB= $SOX_LIB" >&5
@@ -9,3 +9,12 @@
  
  fi
  
+@@ -15088,7 +15088,7 @@
+ 
+ else
+ 
+-            CFLAGS="$CFLAGS -std=c99"
++            CFLAGS="$CFLAGS -std=gnu89"
+ 
+ fi
+ 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303081951.r28JpnoV017194>