diff options
author | Juergen Lock <nox@FreeBSD.org> | 2007-04-16 21:43:42 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2007-04-16 21:43:42 +0000 |
commit | f8785d061faa8e5f1608f7f7698c881b726376c6 (patch) | |
tree | 139f5b844032ed2d82807c1526c3786863d24503 /archivers/p7zip | |
parent | Update to 5.4.0 (diff) |
Cleanup non-supported FreeBSD versions
PR: ports/111639
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=190152
Diffstat (limited to 'archivers/p7zip')
-rw-r--r-- | archivers/p7zip/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index f8353c3e01a0..b1e9d4bcb88f 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -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 |