diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-04-27 20:37:25 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-04-27 20:37:25 +0000 |
commit | 45e13c59df858dc3f0dd69fc990e7310ec7792f5 (patch) | |
tree | a2545eed024dc81e296982ec93aed08d8e2cd14b /net | |
parent | 7a6f26062341c4c77ac81a25703ef4db94dab431 (diff) | |
download | ports-45e13c59df858dc3f0dd69fc990e7310ec7792f5.tar.gz ports-45e13c59df858dc3f0dd69fc990e7310ec7792f5.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/openh323/Makefile | 1 | ||||
-rw-r--r-- | net/openh323/files/patch-openh323u.mak.in | 22 |
2 files changed, 13 insertions, 10 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index ecf2896602eb..320d37495a39 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -7,6 +7,7 @@ PORTNAME= openh323 PORTVERSION= 1.18.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.voxgratia.org/releases/ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src- diff --git a/net/openh323/files/patch-openh323u.mak.in b/net/openh323/files/patch-openh323u.mak.in index e68b8c4420b9..8fc762274799 100644 --- a/net/openh323/files/patch-openh323u.mak.in +++ b/net/openh323/files/patch-openh323u.mak.in @@ -1,5 +1,5 @@ ---- openh323u.mak.in.orig Tue Mar 7 15:45:47 2006 -+++ openh323u.mak.in Tue Mar 7 15:50:52 2006 +--- openh323u.mak.in.orig Mon Jan 3 12:25:51 2005 ++++ openh323u.mak.in Wed Apr 26 11:37:40 2006 @@ -163,7 +163,15 @@ # @@ -16,26 +16,28 @@ STDCCFLAGS += @STDCCFLAGS@ LDFLAGS += @LDFLAGS@ LDLIBS += @LDLIBS@ -@@ -197,12 +205,19 @@ +@@ -197,11 +205,18 @@ #OH323_SUPPRESS_H235 = 1 OH323_SRCDIR = $(OPENH323DIR)/src +-ifdef PREFIX +-OH323_INCDIR = $(PREFIX)/include/openh323 + - ifdef PREFIX - OH323_INCDIR = $(PREFIX)/include/openh323 -+OH323_LIBDIR = $(PREFIX)/lib ++ifdef LOCALBASE ++OH323_INCDIR = $(LOCALBASE)/include/openh323 ++OH323_LIBDIR = $(LOCALBASE)/lib else OH323_INCDIR = $(OPENH323DIR)/include - endif # PREFIX - +-endif # PREFIX ++endif # LOCALBASE ++ +ifdef BUILDTIME +OH323_INCDIR = ${OPENH323DIR}/include +OH323_LIBDIR = $(OPENH323DIR)/lib +endif #BUILDTIME -+ + ifndef OH323_LIBDIR OH323_LIBDIR = $(OPENH323DIR)/lib - endif # OH323_LIBDIR @@ -216,7 +231,7 @@ OH323_SUFFIX = $(OBJ_SUFFIX) endif # NOTRACE |