]> git.pld-linux.org Git - packages/asterisk.git/blob - asterisk-Makefile2.patch
- spec cleanups
[packages/asterisk.git] / asterisk-Makefile2.patch
1 diff -urN asterisk/channels/h323/Makefile asterisk.the.good/channels/h323/Makefile
2 --- asterisk/channels/h323/Makefile     2003-08-11 18:39:52.000000000 +0200
3 +++ asterisk.the.good/channels/h323/Makefile    2003-08-11 18:33:41.000000000 +0200
4 @@ -24,7 +24,7 @@
5  CFLAGS += -DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS
6  CFLAGS += -DPHAS_TEMPLATES -DPTRACING -DP_USE_PRAGMA 
7  CFLAGS += -I$(PWLIBDIR)/include/ptlib/unix -I$(PWLIBDIR)/include 
8 -CFLAGS += -I$(OPENH323DIR)/include -I/usr/include/openh323
9 +CFLAGS += -I$(OPENH323DIR)/include -I/usr/include/openh323 -I../../include
10  CFLAGS += -Wno-missing-prototypes -Wno-missing-declarations
11  
12  
This page took 0.113294 seconds and 3 git commands to generate.