diff options
Diffstat (limited to 'net/asterisk12/files/patch-cdr::Makefile')
-rw-r--r-- | net/asterisk12/files/patch-cdr::Makefile | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/net/asterisk12/files/patch-cdr::Makefile b/net/asterisk12/files/patch-cdr::Makefile index 2ede608f9019..f646d2c9a3dc 100644 --- a/net/asterisk12/files/patch-cdr::Makefile +++ b/net/asterisk12/files/patch-cdr::Makefile @@ -1,9 +1,18 @@ $FreeBSD$ ---- cdr/Makefile.orig Sun Jan 11 21:17:02 2004 -+++ cdr/Makefile Fri Jan 30 01:47:34 2004 -@@ -43,7 +43,7 @@ +--- cdr/Makefile.orig Tue Aug 31 19:33:00 2004 ++++ cdr/Makefile Thu Oct 14 19:13:38 2004 +@@ -21,7 +21,7 @@ + OSARCH=$(shell uname -s) + + ifeq (${OSARCH},FreeBSD) +-SOLINK+=-L/usr/local/lib ++SOLINK+=-L$(LOCALBASE)/lib + endif + + #The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only. +@@ -71,7 +71,7 @@ all: depend $(MODS) install: all |