diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-11-30 03:47:34 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-11-30 03:47:34 +0000 |
commit | 2ba4e0c4c5fbb6c7264f10a834bb73484c72372c (patch) | |
tree | 4cdd34a729022ec6eadd3f74d67b81eb5fccaf23 /net/asterisk12/files/patch-utils::Makefile | |
parent | - Update to 1.4.37 (diff) |
asterisk 1.2 has been EOL'ed upstream on 21 Nov 2010.
Notes
Notes:
svn path=/head/; revision=265427
Diffstat (limited to 'net/asterisk12/files/patch-utils::Makefile')
-rw-r--r-- | net/asterisk12/files/patch-utils::Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net/asterisk12/files/patch-utils::Makefile b/net/asterisk12/files/patch-utils::Makefile deleted file mode 100644 index d2c61cc0664b..000000000000 --- a/net/asterisk12/files/patch-utils::Makefile +++ /dev/null @@ -1,32 +0,0 @@ ---- utils/Makefile.orig Wed Jan 24 19:43:50 2007 -+++ utils/Makefile Mon Apr 16 16:37:31 2007 -@@ -17,17 +17,17 @@ - CFLAGS+=-DNO_AST_MM - - ifeq ($(findstring BSD,${OSARCH}),BSD) -- CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib -+ CFLAGS+=-I$(CROSS_COMPILE_TARGET)$(LOCALBASE)/include -L$(CROSS_COMPILE_TARGET)$(LOCALBASE)/lib - endif - - # to get check_expr, add it to the TARGET list - TARGET=stereorize streamplayer - --ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/popt.h)$(wildcard -f $(CROSS_COMPILE_TARGET)/usr/local/include/popt.h),) -+ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/popt.h)$(wildcard -f $(CROSS_COMPILE_TARGET)$(LOCALBASE)/include/popt.h),) - TARGET+=smsq - endif - --ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/newt.h)$(wildcard -f $(CROSS_COMPILE_TARGET)/usr/local/include/newt.h),) -+ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/newt.h)$(wildcard -f $(CROSS_COMPILE_TARGET)$(LOCALBASE)/include/newt.h),) - TARGET+=astman - endif - -@@ -41,7 +41,7 @@ - install: - for x in $(TARGET); do \ - if [ "$$x" != "none" ]; then \ -- $(INSTALL) -m 755 $$x $(DESTDIR)$(ASTSBINDIR)/$$x; \ -+ $(BSD_INSTALL_PROGRAM) $$x $(DESTDIR)$(ASTSBINDIR)/$$x; \ - fi; \ - done - |