FreeBSD Bugzilla – Attachment 114031 Details for
Bug 155662
[MAINTAINER] audio/libofa: Fix build with non-base gcc, respect CFLAGS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
2011-03-18-libofa.diff
2011-03-18-libofa.diff (text/plain), 2.66 KB, created by
Jason E. Hale
on 2011-03-18 16:50:09 UTC
(
hide
)
Description:
2011-03-18-libofa.diff
Filename:
MIME Type:
Creator:
Jason E. Hale
Created:
2011-03-18 16:50:09 UTC
Size:
2.66 KB
patch
obsolete
>diff -ruN libofa.orig/Makefile libofa/Makefile >--- libofa.orig/Makefile 2011-03-17 11:47:15.000000000 -0400 >+++ libofa/Makefile 2011-03-18 12:19:34.000000000 -0400 >@@ -7,7 +7,7 @@ > > PORTNAME= libofa > PORTVERSION= 0.9.3 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= audio > MASTER_SITES= GOOGLE_CODE > >diff -ruN libofa.orig/files/patch-configure libofa/files/patch-configure >--- libofa.orig/files/patch-configure 1969-12-31 19:00:00.000000000 -0500 >+++ libofa/files/patch-configure 2011-03-18 12:18:15.000000000 -0400 >@@ -0,0 +1,16 @@ >+--- ./configure.orig 2011-03-18 11:01:22.000000000 -0400 >++++ ./configure 2011-03-18 11:01:22.000000000 -0400 >+@@ -20315,13 +20315,6 @@ >+ >+ >+ >+-if test "$GCC" = yes; then >+- dnlCFLAGS="$CFLAGS -Wall -O2" >+- CFLAGS="$CFLAGS -Wall -g" >+-fi >+-if test "$GXX" = yes; then >+- CXXFLAGS="$CXXFLAGS -Wall -g" >+-fi >+ >+ >+ echo "$as_me:$LINENO: checking for XML_ExpatVersion in -lexpat" >&5 >diff -ruN libofa.orig/files/patch-examples__example.cpp libofa/files/patch-examples__example.cpp >--- libofa.orig/files/patch-examples__example.cpp 1969-12-31 19:00:00.000000000 -0500 >+++ libofa/files/patch-examples__example.cpp 2011-03-18 12:18:14.000000000 -0400 >@@ -0,0 +1,11 @@ >+--- ./examples/example.cpp.orig 2011-03-18 11:01:22.000000000 -0400 >++++ ./examples/example.cpp 2011-03-18 11:01:22.000000000 -0400 >+@@ -7,6 +7,8 @@ >+ >+ -------------------------------------------------------------------*/ >+ >++#include <stdio.h> >++#include <string.h> >+ #include "protocol.h" >+ >+ AudioData* loadWaveFile(char *file); >diff -ruN libofa.orig/files/patch-examples__protocol.cpp libofa/files/patch-examples__protocol.cpp >--- libofa.orig/files/patch-examples__protocol.cpp 1969-12-31 19:00:00.000000000 -0500 >+++ libofa/files/patch-examples__protocol.cpp 2011-03-18 12:18:14.000000000 -0400 >@@ -0,0 +1,10 @@ >+--- ./examples/protocol.cpp.orig 2011-03-18 11:01:22.000000000 -0400 >++++ ./examples/protocol.cpp 2011-03-18 11:01:22.000000000 -0400 >+@@ -8,6 +8,7 @@ >+ -------------------------------------------------------------------*/ >+ #include <stdio.h> >+ #include <stdlib.h> >++#include <string.h> >+ #include <string> >+ #include <map> >+ #include <expat.h> >diff -ruN libofa.orig/files/patch-lib__signal_op.cpp libofa/files/patch-lib__signal_op.cpp >--- libofa.orig/files/patch-lib__signal_op.cpp 1969-12-31 19:00:00.000000000 -0500 >+++ libofa/files/patch-lib__signal_op.cpp 2011-03-18 12:18:14.000000000 -0400 >@@ -0,0 +1,10 @@ >+--- ./lib/signal_op.cpp.orig 2011-03-18 11:01:22.000000000 -0400 >++++ ./lib/signal_op.cpp 2011-03-18 11:01:39.000000000 -0400 >+@@ -13,6 +13,7 @@ >+ >+ >+ #include <math.h> >++#include <stdlib.h> >+ #include "signal_op.h" >+ #include "AFLIB/aflibConverter.h" >+ #include "error_op.h"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 155662
: 114031