freebsd-ports/net/yate/files/patch-modules__Makefile.in
Florian Smeets ff837fa948 - add a current version of yate (3.3.2p1). This is not a repocopy of
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>
2011-05-22 12:38:03 +00:00

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@