diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-11-21 09:56:50 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-11-21 09:56:50 +0000 |
commit | c318aa2bef1f76064bfa429fc2d11404003dc4be (patch) | |
tree | 6d9aa823ec4cd037b38839af48514c02fb70c479 /net | |
parent | 223635f506cea900f31754b7de42dfa3ab03aafe (diff) | |
download | ports-c318aa2bef1f76064bfa429fc2d11404003dc4be.tar.gz ports-c318aa2bef1f76064bfa429fc2d11404003dc4be.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/opal/Makefile | 2 | ||||
-rw-r--r-- | net/opal3/Makefile | 2 | ||||
-rw-r--r-- | net/openh323-112/Makefile | 2 | ||||
-rw-r--r-- | net/openh323/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index 97438c2b6b81..d34a2a9cdc18 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -44,6 +44,7 @@ THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX} post-patch: +.if ${OSVERSION} < 500000 .if !exists(/usr/include/sys/telephony.h) .if !exists(/usr/local/include/sys/telephony.h) # Copy ixj driver include files into OpenH323 include directory @@ -52,6 +53,7 @@ post-patch: ${CP} ${WRKDIRPREFIX}${.CURDIR}/../../comms/ixj/work/ixj_freebsd/ixjuser.h ${WRKDIR}/openh323/include/sys .endif .endif +.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 97438c2b6b81..d34a2a9cdc18 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -44,6 +44,7 @@ THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX} post-patch: +.if ${OSVERSION} < 500000 .if !exists(/usr/include/sys/telephony.h) .if !exists(/usr/local/include/sys/telephony.h) # Copy ixj driver include files into OpenH323 include directory @@ -52,6 +53,7 @@ post-patch: ${CP} ${WRKDIRPREFIX}${.CURDIR}/../../comms/ixj/work/ixj_freebsd/ixjuser.h ${WRKDIR}/openh323/include/sys .endif .endif +.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin diff --git a/net/openh323-112/Makefile b/net/openh323-112/Makefile index 97438c2b6b81..d34a2a9cdc18 100644 --- a/net/openh323-112/Makefile +++ b/net/openh323-112/Makefile @@ -44,6 +44,7 @@ THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX} post-patch: +.if ${OSVERSION} < 500000 .if !exists(/usr/include/sys/telephony.h) .if !exists(/usr/local/include/sys/telephony.h) # Copy ixj driver include files into OpenH323 include directory @@ -52,6 +53,7 @@ post-patch: ${CP} ${WRKDIRPREFIX}${.CURDIR}/../../comms/ixj/work/ixj_freebsd/ixjuser.h ${WRKDIR}/openh323/include/sys .endif .endif +.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 97438c2b6b81..d34a2a9cdc18 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -44,6 +44,7 @@ THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX} post-patch: +.if ${OSVERSION} < 500000 .if !exists(/usr/include/sys/telephony.h) .if !exists(/usr/local/include/sys/telephony.h) # Copy ixj driver include files into OpenH323 include directory @@ -52,6 +53,7 @@ post-patch: ${CP} ${WRKDIRPREFIX}${.CURDIR}/../../comms/ixj/work/ixj_freebsd/ixjuser.h ${WRKDIR}/openh323/include/sys .endif .endif +.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin |