diff options
Diffstat (limited to 'net/openh323/files/patch-openh323u.mak.in')
-rw-r--r-- | net/openh323/files/patch-openh323u.mak.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/openh323/files/patch-openh323u.mak.in b/net/openh323/files/patch-openh323u.mak.in new file mode 100644 index 000000000000..5be056ca337c --- /dev/null +++ b/net/openh323/files/patch-openh323u.mak.in @@ -0,0 +1,13 @@ +--- openh323u.mak.in.orig Thu Feb 2 12:39:34 2006 ++++ openh323u.mak.in Thu Feb 2 12:39:51 2006 +@@ -203,6 +203,10 @@ + OH323_INCDIR = $(OPENH323DIR)/include + endif # PREFIX + ++ifdef BUILDTIME ++OH323_INCDIR = ${OPENH323DIR}/include ++endif #BUILDTIME ++ + ifndef OH323_LIBDIR + OH323_LIBDIR = $(OPENH323DIR)/lib + endif # OH323_LIBDIR |