diff options
author | sf <sf@FreeBSD.org> | 2003-07-14 10:36:00 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2003-07-14 10:36:00 +0800 |
commit | b6a8539552ec0dfa6584ed6f12c363dd17194340 (patch) | |
tree | 8f3a447f6afadf49a7b86b8ab317fc0c880fc7b5 /audio/faad | |
parent | fcd0fc7349dac09d708f93a7e48804e20b26b30e (diff) | |
download | freebsd-ports-gnome-b6a8539552ec0dfa6584ed6f12c363dd17194340.tar.gz freebsd-ports-gnome-b6a8539552ec0dfa6584ed6f12c363dd17194340.tar.zst freebsd-ports-gnome-b6a8539552ec0dfa6584ed6f12c363dd17194340.zip |
unbreak for -CURRENT.
respect CFLAGS.
Diffstat (limited to 'audio/faad')
-rw-r--r-- | audio/faad/files/patch-frontend-Makefile.am | 13 |
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 |