diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-10-17 11:22:52 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-10-17 11:22:52 +0000 |
commit | f01a970a4ec80d0f3ed1b1bdb091b764dcbde9b2 (patch) | |
tree | 0aca8a0e8a5d8ec07e8780b50ba45ca50b749e1f /net/asterisk12/files/patch-codecs::mp3::Makefile | |
parent | The port depends on an include file, not on a library. Revert back (diff) |
Add asterisk 0.5.0, an Open Source PBX and telephony toolkit.
Notes
Notes:
svn path=/head/; revision=91503
Diffstat (limited to 'net/asterisk12/files/patch-codecs::mp3::Makefile')
-rw-r--r-- | net/asterisk12/files/patch-codecs::mp3::Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk12/files/patch-codecs::mp3::Makefile b/net/asterisk12/files/patch-codecs::mp3::Makefile new file mode 100644 index 000000000000..3cd714f7ce62 --- /dev/null +++ b/net/asterisk12/files/patch-codecs::mp3::Makefile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- codecs/mp3/Makefile 2003/10/17 09:05:05 1.1 ++++ codecs/mp3/Makefile 2003/10/17 09:05:18 +@@ -1,7 +1,7 @@ + # + # LMC section + +-CFLAGS+= -I../include -Iinclude -O6 -funroll-loops -finline-functions -Wall -Wno-missing-prototypes -Wno-missing-declarations -g -fPIC ++CFLAGS+= -I../include -Iinclude -funroll-loops -finline-functions -Wall -Wno-missing-prototypes -Wno-missing-declarations -fPIC + RANLIB=ranlib + + # the XING decoder objs and dependencies: |