diff options
Diffstat (limited to 'net/asterisk-bristuff/files/patch-res::Makefile')
-rw-r--r-- | net/asterisk-bristuff/files/patch-res::Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/asterisk-bristuff/files/patch-res::Makefile b/net/asterisk-bristuff/files/patch-res::Makefile index de5c365db34d..ee1cb1f96fc1 100644 --- a/net/asterisk-bristuff/files/patch-res::Makefile +++ b/net/asterisk-bristuff/files/patch-res::Makefile @@ -1,8 +1,5 @@ - -$FreeBSD$ - ---- res/Makefile -+++ res/Makefile +--- res/Makefile.orig Tue Jul 3 23:32:47 2007 ++++ res/Makefile Tue Jul 3 23:39:56 2007 @@ -37,8 +37,8 @@ endif @@ -19,8 +16,9 @@ $FreeBSD$ ifndef WITHOUT_ZAPTEL -ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/linux/zaptel.h)$(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/zaptel.h),) - CFLAGS+=-DZAPATA_MOH +- CFLAGS+=-DZAPATA_MOH -endif ++ CFLAGS+=-DZAPATA_MOH -I$(CROSS_COMPILE_TARGET)$(LOCALBASE)/include/zaptel endif # WITHOUT_ZAPTEL # |