diff options
Diffstat (limited to 'net/asterisk-oh323/files/patch-Makefile')
-rw-r--r-- | net/asterisk-oh323/files/patch-Makefile | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/net/asterisk-oh323/files/patch-Makefile b/net/asterisk-oh323/files/patch-Makefile deleted file mode 100644 index 61fa3ecf34c5..000000000000 --- a/net/asterisk-oh323/files/patch-Makefile +++ /dev/null @@ -1,54 +0,0 @@ ---- Makefile.orig 2008-03-20 16:49:39.000000000 +0200 -+++ Makefile 2008-03-20 17:58:09.000000000 +0200 -@@ -41,7 +41,7 @@ - # Install everything under this directory. If this is empty, then everything - # will be installed under / - # --DESTDIR=/root/src/asterisk-oh323/debian-420641/slash -+DESTDIR=$(PREFIX) - - # - # Set PWLIBDIR variable to the directory containing the sources of -@@ -51,7 +51,7 @@ - # compile asterisk-oh323. Do not use the installed library of your - # distribution. It won't work. - # --PWLIBDIR=/root/src/asterisk-oh323/debian-420641/pwlib -+PWLIBDIR?=/root/src/asterisk-oh323/debian-420641/pwlib - - # - # Set OPENH323LIBDIR variable to the directory containing the sources of -@@ -61,13 +61,13 @@ - # compile asterisk-oh323. Do not use the installed library of your - # distribution. It won't work. - # --OPENH323DIR=/root/src/asterisk-oh323/debian-420641/openh323 -+OPENH323DIR?=/root/src/asterisk-oh323/debian-420641/openh323 - - # - # Set ASTERISKINCDIR variable to the directory containing the include files of - # Asterisk PBX. - # --ASTERISKINCDIR=/root/src/asterisk-oh323/debian-420641/slash/include -+ASTERISKINCDIR=$(LOCALBASE)/include - - # - # Set ASTERISKMODDIR variable to the directory where ASTERISK's modules reside. -@@ -93,7 +93,7 @@ - # - # Note: This directory is created under $DESTDIR. - # --OH323WRAPLIBDIR=/usr/lib -+OH323WRAPLIBDIR=/lib - - # - # Set WRAPTRACING to 1 to enable tracing information from the OpenH323Wrap -@@ -120,7 +120,7 @@ - # With this flag on the channel driver is huge, in size, but Asterisk boots - # faster! - # --OH323STAT=1 -+#OH323STAT=1 - - # - # Define options that were used during Asterisk compilation. It is |