aboutsummaryrefslogtreecommitdiff
path: root/devel/linuxthreads
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-01-09 04:01:17 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-01-09 04:01:17 +0000
commite1925f71024fbbbc6356957304ac960ac4147bc9 (patch)
tree3777e9d6cc7f1da1d6f88da18b7f50e27a967c2a /devel/linuxthreads
parent6f72b01686444c8cf2067f9dce6d7b7087341907 (diff)
downloadports-e1925f71024fbbbc6356957304ac960ac4147bc9.tar.gz
ports-e1925f71024fbbbc6356957304ac960ac4147bc9.zip
Notes
Diffstat (limited to 'devel/linuxthreads')
-rw-r--r--devel/linuxthreads/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile
index eecbff7bdcd9..6387bf4e0c89 100644
--- a/devel/linuxthreads/Makefile
+++ b/devel/linuxthreads/Makefile
@@ -31,13 +31,9 @@ BROKEN= does not build
# This port only works on i386 right now.
ONLY_FOR_ARCHS= i386
-.if ${OSVERSION} >= 700042
USING_GCC4= true
MAKE_ENV+= USING_GCC4=true
-.else
-USING_GCC3= true
-MAKE_ENV+= USING_GCC3=true
-.endif
+
.if defined(LINUXTHREADS_INSTALL_LIBLTHREAD_PIC_ARCHIVE)
MAKE_ENV+= INSTALL_LIBLTHREAD_PIC_ARCHIVE=yes
.endif
@@ -282,10 +278,6 @@ PLIST_SUB+= LTHREADSHMAJOR:="4"
PLIST_SUB+= LTHREADSHMAJOR:="2"
.endif
.endif
-.if ${OSVERSION} >= 700042
PLIST_SUB+= LIBSTDCPPMAJOR:="6"
-.else
-PLIST_SUB+= LIBSTDCPPMAJOR:="5"
-.endif
.include <bsd.port.post.mk>