1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Cleanup non-supported FreeBSD versions

PR:		ports/111639
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
Juergen Lock 2007-04-16 21:43:42 +00:00
parent f62ad05b3c
commit f8785d061f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190152

View File

@ -34,10 +34,6 @@ ALL_TARGET= 7za 7zr sfx
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500039
IGNORE= requires wchar functions (mbrtowc(3) etc.) for compilation
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+= -fPIC
.endif