mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
- Update net/asterisk13 to 13.5.0 - Add SQLITE2 option default description - Rename SQLITE option to SQLITE2, which better describes what it really does - Clean up Makefile and sort option helpers [1] - Add missed dependencies on openssl, ncurses and iconv [1] - Add back shabangfix for sample agi scripts - Make build log verbose [1] - Regenerated some patches Suggested by: koobs (thanks!) [1]
11 lines
407 B
Text
11 lines
407 B
Text
--- channels/h323/Makefile.in.orig 2015-07-24 22:06:05 UTC
|
|
+++ channels/h323/Makefile.in
|
|
@@ -13,7 +13,7 @@ STDCCFLAGS = -DNDEBUG
|
|
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
|