diff options
author | Max Khon <fjoe@FreeBSD.org> | 2009-09-16 19:33:37 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2009-09-16 19:33:37 +0000 |
commit | d3465e9af0e9d213c4871c62bd585514b7afb6f1 (patch) | |
tree | 48a2385f2d68edb04d5551874ae28de16a90593c /net/asterisk-bristuff/files/patch-channels_h323_Makefile.in | |
parent | Update to libpri 1.4.3 + bristuff-0.4.0-RC3g (diff) |
Update to 1.4.26.2 + bristuff-0.4.0-RC3g.
All patches except 122-chan_zap-GSM.diff are present in cumulative bristuff patch.
Sponsored by: Ethon Technologies GmbH
Feature safe: yes
Diffstat (limited to 'net/asterisk-bristuff/files/patch-channels_h323_Makefile.in')
-rw-r--r-- | net/asterisk-bristuff/files/patch-channels_h323_Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk-bristuff/files/patch-channels_h323_Makefile.in b/net/asterisk-bristuff/files/patch-channels_h323_Makefile.in new file mode 100644 index 000000000000..70b05b3e0d98 --- /dev/null +++ b/net/asterisk-bristuff/files/patch-channels_h323_Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD: /tmp/pcvs/ports/net/asterisk-bristuff/files/Attic/patch-channels_h323_Makefile.in,v 1.1 2009-09-16 19:33:37 fjoe Exp $ + +--- 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 |