diff options
Diffstat (limited to 'net/openh323proxy/files/patch-Makefile')
-rw-r--r-- | net/openh323proxy/files/patch-Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/openh323proxy/files/patch-Makefile b/net/openh323proxy/files/patch-Makefile new file mode 100644 index 000000000000..61082b69c423 --- /dev/null +++ b/net/openh323proxy/files/patch-Makefile @@ -0,0 +1,19 @@ +*** Makefile.orig Fri Oct 11 07:34:00 2002 +--- Makefile Fri Oct 11 07:34:11 2002 +*************** ifndef PWLIBDIR +*** 103,109 **** + PWLIBDIR=$(HOME)/pwlib + endif + +! include $(PWLIBDIR)/make/ptlib.mak + + ifndef OPENH323DIR + OPENH323DIR=$(HOME)/openh323 +--- 103,109 ---- + PWLIBDIR=$(HOME)/pwlib + endif + +! #include $(PWLIBDIR)/make/ptlib.mak + + ifndef OPENH323DIR + OPENH323DIR=$(HOME)/openh323 |