diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-17 16:10:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-17 16:10:59 +0000 |
commit | f63dcf033f49bcb9da9668030740ca091671dd78 (patch) | |
tree | 34e443312ad667faa6bf80301393a8b67ed2c4c7 /net | |
parent | - Update to version 0.40 (diff) |
- Mark IGNORE: Does not work correctly with FreeBSD libc because of differencies
in getopt() handling
Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer)
Notes
Notes:
svn path=/head/; revision=109344
Diffstat (limited to 'net')
-rw-r--r-- | net/fspclient/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile index a705a1ba05d0..6a2bffc67fd7 100644 --- a/net/fspclient/Makefile +++ b/net/fspclient/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= hsn@netmag.cz COMMENT= A client for the fsp service +IGNORE= does not work correctly under FreeBSD libc + GNU_CONFIGURE= yes USE_BZIP2= yes USE_GETOPT_LONG= yes |