diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-05-22 12:38:03 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-05-22 12:38:03 +0000 |
commit | ff837fa948fe421bfa2e0232e257f49f3a7c6c06 (patch) | |
tree | ed4b0e02c8a4e0ffee3ed16947454043adce464e /net/yate/files/patch-modules__Makefile.in | |
parent | - update to 1.2.0 (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=274437
Diffstat (limited to 'net/yate/files/patch-modules__Makefile.in')
-rw-r--r-- | net/yate/files/patch-modules__Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/yate/files/patch-modules__Makefile.in b/net/yate/files/patch-modules__Makefile.in new file mode 100644 index 000000000000..5272d97495ea --- /dev/null +++ b/net/yate/files/patch-modules__Makefile.in @@ -0,0 +1,11 @@ +--- ./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@ |