ff837fa948
net/yate-devel as net/yate already existed in the repository. - register in UIDs/GIDs (uses same UID/GID as yate-devel) PR: ports/156248 Submitted by: Valeriy Komaorv <komarov@valerka.net>
11 lines
408 B
Text
11 lines
408 B
Text
--- ./modules/Makefile.in.orig 2011-03-03 17:48:39.000000000 +0300
|
|
+++ ./modules/Makefile.in 2011-04-13 15:26:16.000000000 +0400
|
|
@@ -32,7 +32,7 @@
|
|
ZLIB_LIB := @ZLIB_LIB@
|
|
SED := sed
|
|
DEFS :=
|
|
-INCLUDES := -I.. -I@top_srcdir@
|
|
+INCLUDES := -I.. -I@top_srcdir@ -I${LOCALBASE}/include
|
|
CFLAGS := @CFLAGS@ @MODULE_CFLAGS@ @INLINE_FLAGS@
|
|
CPPFLAGS := @CFLAGS@ @MODULE_CPPFLAGS@ @INLINE_FLAGS@
|
|
LDFLAGS:= @LDFLAGS@
|