diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2009-02-06 01:09:13 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2009-02-06 01:09:13 +0000 |
commit | fe6b673032ea49583740cf167f2d003e8af8c2f7 (patch) | |
tree | 2f9b26f967047f5b5428cc4903a98f58485183c6 /net/asterisk10/files/patch-channels_h323_Makefile.in | |
parent | 1d3e5402c8e04b9ba03477a72b3f16c0d0f0d25a (diff) |
Update to 1.4.23.1.
Notes
Notes:
svn path=/head/; revision=227701
Diffstat (limited to 'net/asterisk10/files/patch-channels_h323_Makefile.in')
-rw-r--r-- | net/asterisk10/files/patch-channels_h323_Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk10/files/patch-channels_h323_Makefile.in b/net/asterisk10/files/patch-channels_h323_Makefile.in new file mode 100644 index 000000000000..105eb3c41547 --- /dev/null +++ b/net/asterisk10/files/patch-channels_h323_Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- channels/h323/Makefile.in ++++ channels/h323/Makefile.in +@@ -13,7 +13,7 @@ + STDCCFLAGS += -I../../include -include ../../include/asterisk/autoconfig.h + STDCCFLAGS += -fPIC + #OPTCCFLAGS += +-CFLAGS = -pipe ++CFLAGS = -pipe @CXXFLAGS@ + TARGET = libchanh323.a + TARGET += Makefile.ast + SOURCES = ast_h323.cxx compat_h323.cxx cisco-h225.cxx caps_h323.cxx |