diff options
author | joerg <joerg@pkgsrc.org> | 2012-10-21 09:00:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-10-21 09:00:16 +0000 |
commit | 5ff81cce4ec2e6d4cbf118b055df599aa4d2a809 (patch) | |
tree | dacff7075b7572f579fac38647b0e3e0f5c74184 /net/libfetch | |
parent | 162e689a716f5b875d4043b28a88636f34a3a72a (diff) | |
download | pkgsrc-5ff81cce4ec2e6d4cbf118b055df599aa4d2a809.tar.gz |
Revert 1.43.
Diffstat (limited to 'net/libfetch')
-rw-r--r-- | net/libfetch/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/libfetch/Makefile b/net/libfetch/Makefile index 0ed78d0b5da..0bbb635263c 100644 --- a/net/libfetch/Makefile +++ b/net/libfetch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2012/10/15 21:27:08 joerg Exp $ +# $NetBSD: Makefile,v 1.45 2012/10/21 09:00:16 joerg Exp $ # DISTNAME= libfetch-2.34 @@ -23,9 +23,6 @@ MAKE_JOBS_SAFE= NO .if !empty(FETCH_USING:Mfetch) CHECK_PERMS= no .endif -.if ${OPSYS} == "Linux" -CFLAGS+= -fPIC -.endif INSTALLATION_DIRS= include lib ${PKGMANDIR}/cat3 ${PKGMANDIR}/man3 |