diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2008-12-09 07:57:16 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2008-12-09 07:57:16 +0000 |
commit | 7e53ba4e34f3c3d536c3fd5ddd1d27d69c65b62d (patch) | |
tree | 1ed4bdb9b9aff69545e24349088dcad539d8fd9f /misc/zaptel/files/patch-test::Makefile | |
parent | Specify required perl version in PERL_CONFIGURE (diff) |
Update to 1.4.11. The port is much less tested and complete as the previous
1.4.6, but we have no choice since new asterisk depends on this version.
Submitted by: Oleksandr Tymoshenko <gonzo@bluezbox.com>
Notes
Notes:
svn path=/head/; revision=224019
Diffstat (limited to 'misc/zaptel/files/patch-test::Makefile')
-rw-r--r-- | misc/zaptel/files/patch-test::Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/zaptel/files/patch-test::Makefile b/misc/zaptel/files/patch-test::Makefile deleted file mode 100644 index 67487a6ba88e..000000000000 --- a/misc/zaptel/files/patch-test::Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- test/Makefile.orig -+++ test/Makefile -@@ -1,7 +1,7 @@ - # $Id: Makefile 856 2004-06-22 13:40:16Z gonzo $ - - LOCALBASE?=/usr/local --CFLAGS+=-I.. -I../ztcfg -I${LOCALBASE}/include -+CFLAGS+=-I.. -I../zaptel -I../ztcfg -I${LOCALBASE}/include - PREFIX?=/usr/local - BSD_INSTALL_PROGRAM?=${INSTALL} -o root -g wheel -m 755 -s - |