aboutsummaryrefslogtreecommitdiff
path: root/net/openh323/files/patch-openh323uin
diff options
context:
space:
mode:
Diffstat (limited to 'net/openh323/files/patch-openh323uin')
-rw-r--r--net/openh323/files/patch-openh323uin27
1 files changed, 27 insertions, 0 deletions
diff --git a/net/openh323/files/patch-openh323uin b/net/openh323/files/patch-openh323uin
new file mode 100644
index 000000000000..170eb28038b9
--- /dev/null
+++ b/net/openh323/files/patch-openh323uin
@@ -0,0 +1,27 @@
+*** openh323u.mak.in.orig Sat Aug 23 08:09:48 2003
+--- openh323u.mak.in Sat Aug 23 08:10:34 2003
+*************** LIBDIRS += $(OPENH323DIR)
+*** 142,152 ****
+
+
+ OH323_SRCDIR = $(OPENH323DIR)/src
+! ifdef PREFIX
+! OH323_INCDIR = $(PREFIX)/include/openh323
+! else
+ OH323_INCDIR = $(OPENH323DIR)/include
+! endif
+ OH323_LIBDIR = $(OPENH323DIR)/lib
+
+
+--- 142,152 ----
+
+
+ OH323_SRCDIR = $(OPENH323DIR)/src
+! #ifdef PREFIX
+! #OH323_INCDIR = $(PREFIX)/include/openh323
+! #else
+ OH323_INCDIR = $(OPENH323DIR)/include
+! #endif
+ OH323_LIBDIR = $(OPENH323DIR)/lib
+
+