diff options
author | thierry <thierry@FreeBSD.org> | 2005-05-01 03:20:31 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-05-01 03:20:31 +0800 |
commit | 8921562bd31e62c6df72db357f8c8a50e68a2496 (patch) | |
tree | 0dc4d3bcf3ab342789f72335575f4c3d1f251a01 /textproc/domc | |
parent | 7e3db64657fb46ccffb7e677dbe6e8e76385a7f4 (diff) | |
download | freebsd-ports-gnome-8921562bd31e62c6df72db357f8c8a50e68a2496.tar.gz freebsd-ports-gnome-8921562bd31e62c6df72db357f8c8a50e68a2496.tar.zst freebsd-ports-gnome-8921562bd31e62c6df72db357f8c8a50e68a2496.zip |
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.
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 |