diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-07-18 10:34:34 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-07-18 10:34:34 +0000 |
commit | d5c55d042019361da1d8ab1972f4374dcd388072 (patch) | |
tree | a657943561c1dfda349db1e4434f2737eebee1a0 /security | |
parent | d81ed070ccb5352288bdc27a5dec750e5c64d0e5 (diff) | |
download | pkgsrc-d5c55d042019361da1d8ab1972f4374dcd388072.tar.gz |
For SCO OpenServer 5.0.7/3.2, sco-os5 target should be used.
And libsocket is needed.
Diffstat (limited to 'security')
-rw-r--r-- | security/tcp_wrappers/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile index 3839e48a398..7844ffc1918 100644 --- a/security/tcp_wrappers/Makefile +++ b/security/tcp_wrappers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2012/10/23 18:17:00 asau Exp $ +# $NetBSD: Makefile,v 1.38 2014/07/18 10:34:34 ryoon Exp $ DISTNAME= tcp_wrappers_7.6-ipv6.4 PKGNAME= ${DISTNAME:S/_7.6-ipv6/-7.6/} @@ -28,6 +28,10 @@ BUILD_TARGET.${OPSYS}= netbsd .endif BUILD_TARGET.SunOS= sunos5 BUILD_TARGET.IRIX= irix5 +.if ${OS_VARIANT} == "SCOOSR5" +BUILD_TARGET.SCO_SV= sco-os5 +LDFLAGS.SCO_SV+= -lsocket +.endif BUILD_TARGET= ${BUILD_TARGET.${OPSYS}} .if !empty(PKG_OPTIONS:Minet6) |