summaryrefslogtreecommitdiff
path: root/net/asterisk12/files/patch-astman::Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2004-10-17 18:00:02 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2004-10-17 18:00:02 +0000
commitcd8cc8071ff2ad81003a23f16fac61debf60153b (patch)
treea6810dff0623ee603db9fa365f2ee4ce444f0c7b /net/asterisk12/files/patch-astman::Makefile
parentEnable building on 4.x. (diff)
Update to 1.0.1.
Notes
Notes: svn path=/head/; revision=119685
Diffstat (limited to 'net/asterisk12/files/patch-astman::Makefile')
-rw-r--r--net/asterisk12/files/patch-astman::Makefile17
1 files changed, 14 insertions, 3 deletions
diff --git a/net/asterisk12/files/patch-astman::Makefile b/net/asterisk12/files/patch-astman::Makefile
index cf31005257cf..2745860cdd36 100644
--- a/net/asterisk12/files/patch-astman::Makefile
+++ b/net/asterisk12/files/patch-astman::Makefile
@@ -1,9 +1,20 @@
$FreeBSD$
---- astman/Makefile.orig Sat Oct 25 20:27:53 2003
-+++ astman/Makefile Fri Jan 30 01:47:34 2004
-@@ -8,7 +8,7 @@
+--- astman/Makefile.orig Sat Jun 26 22:25:39 2004
++++ astman/Makefile Thu Oct 14 19:14:22 2004
+@@ -5,16 +5,16 @@
+
+ OSARCH=$(shell uname -s)
+ ifeq ($(findstring BSD,${OSARCH}),BSD)
+-CFLAGS+=-I/usr/local/include -L/usr/local/lib
++CFLAGS+=-I$(LOCALBASE)/include -L$(LOCALBASE)/lib
+ endif
+
+-TARGET=$(shell if [ -f /usr/include/newt.h ]; then echo "astman"; else if [ -f /usr/local/include/newt.h ]; then echo "astman"; else echo "none" ; fi ; fi)
++TARGET=astman
+ all: depend $(TARGET)
+
install:
if [ "$(TARGET)" != "none" ]; then \
for x in $(TARGET); do \