mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
14 lines
368 B
Text
14 lines
368 B
Text
|
|
$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
|