summaryrefslogtreecommitdiff
path: root/audio/faad
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:36:00 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:36:00 +0000
commit8dc231d21fb8bb1ebe10796083a19d416a82c1fa (patch)
tree8c778566eae2699bda47c78decf0a2796c3af840 /audio/faad
parentget rid of libgnugetopt dependency for -CURRENT, (diff)
unbreak for -CURRENT.
respect CFLAGS.
Notes
Notes: svn path=/head/; revision=84824
Diffstat (limited to 'audio/faad')
-rw-r--r--audio/faad/files/patch-frontend-Makefile.am13
1 files changed, 6 insertions, 7 deletions
diff --git a/audio/faad/files/patch-frontend-Makefile.am b/audio/faad/files/patch-frontend-Makefile.am
index 8f2bdd00ec07..f204665bbe27 100644
--- a/audio/faad/files/patch-frontend-Makefile.am
+++ b/audio/faad/files/patch-frontend-Makefile.am
@@ -1,15 +1,14 @@
---- frontend/Makefile.am.orig Thu Jul 25 10:22:25 2002
-+++ frontend/Makefile.am Mon Mar 31 20:07:32 2003
+--- frontend/Makefile.am.orig Thu Jul 25 23:22:25 2002
++++ frontend/Makefile.am Sun Jul 6 07:49:21 2003
@@ -2,8 +2,9 @@
faad_SOURCES = main.c audio.c
-CXXFLAGS = -O2
-CFLAGS = -O2 -D_FILE_OFFSET_BITS=64
-+CXXFLAGS = -O -pipe
-+CFLAGS = -O -pipe -D_FILE_OFFSET_BITS=64
-+CCLD=$(CXX)
++CXXFLAGS = @CXXFLAGS@
++CFLAGS = @CFLAGS@ -D_FILE_OFFSET_BITS=64
++CCLD = $(CXX)
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/common/mp4v2
LDFLAGS =
--LDADD = $(top_builddir)/libfaad/libfaad.la $(top_builddir)/common/mp4v2/libmp4v2.la -lm -lsndfile
-+LDADD = $(top_builddir)/libfaad/libfaad.la $(top_builddir)/common/mp4v2/libmp4v2.la -lm -lsndfile -lgnugetopt
+ LDADD = $(top_builddir)/libfaad/libfaad.la $(top_builddir)/common/mp4v2/libmp4v2.la -lm -lsndfile