diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-04-30 19:20:31 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-04-30 19:20:31 +0000 |
commit | e4df6f6b6b8b2535c04132ea123c2be71796c33a (patch) | |
tree | aade2538dbf150f71d66f8d2a7621a8ae9f51bed /textproc/domc | |
parent | eab00128a5d8375a25233e2378d2108019f952b4 (diff) |
Mark IGNORE on 4.x: the library is built, but cannot be used:
/usr/local/lib/gcc/i386-portbld-freebsd4.10/3.4.4/../../../libdomc.so: undefined reference to `mbrtowc'
/usr/local/lib/libmba.so: undefined reference to `iswspace'
/usr/local/lib/libmba.so: undefined reference to `towupper'
collect2: ld returned 1 exit status
PR: ports/79354
Submitted by: Jukka Ukkonen
Noticed by: lawrance
Approved by: submitter's time-out.
Notes
Notes:
svn path=/head/; revision=134414
Diffstat (limited to 'textproc/domc')
-rw-r--r-- | textproc/domc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile index 6e4f3fd966c3..137003bb7995 100644 --- a/textproc/domc/Makefile +++ b/textproc/domc/Makefile @@ -34,6 +34,10 @@ PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500039 +IGNORE= requires wchar functions to use the produced library +.endif + .if ${OSVERSION} < 500000 USE_GCC= 3.4 .endif |