aboutsummaryrefslogtreecommitdiff
path: root/devel/pwlib
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/pwlib
parent6f72b01686444c8cf2067f9dce6d7b7087341907 (diff)
downloadports-e1925f71024fbbbc6356957304ac960ac4147bc9.tar.gz
ports-e1925f71024fbbbc6356957304ac960ac4147bc9.zip
Notes
Diffstat (limited to 'devel/pwlib')
-rw-r--r--devel/pwlib/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile
index 11c4bbe17334..158e44368be0 100644
--- a/devel/pwlib/Makefile
+++ b/devel/pwlib/Makefile
@@ -41,11 +41,7 @@ MAKE_ENV= STDCCFLAGS+="-I${LOCALBASE}"
CPPFLAGS+= -O1 -I${WRKSRC}/include -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-.if ${OSVERSION} >= 700042
CONFIGURE_ENV+= ATOMICITY_H="<ext/atomicity.h>"
-.else
-CONFIGURE_ENV+= ATOMICITY_H="<bits/atomicity.h>"
-.endif
# if explicitely asked for, depend upon it
.if defined(WITH_SDL)