diff options
author | will <will@FreeBSD.org> | 2000-10-29 11:35:18 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-29 11:35:18 +0800 |
commit | 56ea761b664d9ff80db9c32618b73e388239283b (patch) | |
tree | cfeb37413831ef710b1019ed038fb5ff4963a823 /x11-toolkits/qt32 | |
parent | 6a45d1de32cad6a902e0ddc29c46f33529ad586e (diff) | |
download | freebsd-ports-gnome-56ea761b664d9ff80db9c32618b73e388239283b.tar.gz freebsd-ports-gnome-56ea761b664d9ff80db9c32618b73e388239283b.tar.zst freebsd-ports-gnome-56ea761b664d9ff80db9c32618b73e388239283b.zip |
Add a blurb that tells users that GIF support is disabled by default
and why, and how to enable it.
Diffstat (limited to 'x11-toolkits/qt32')
-rw-r--r-- | x11-toolkits/qt32/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index af48875ae9a5..5c78272563ac 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/Makefile @@ -48,6 +48,17 @@ INSTALLS_SHLIB=yes .endif pre-fetch: +.if !defined(QT_GIF_AVAILABLE) || !defined(HAVE_UNISYS_LICENSE) + @${ECHO} + @${ECHO} "GIF support is disabled in QT by default due to the" + @${ECHO} "restrictive license on LZW compression owned by Unisys." + @${ECHO} "To build with GIF support, use" + @${ECHO} + @${ECHO} " ${MAKE} -DQT_GIF_AVAILABLE [other args]" + @${ECHO} "or" + @${ECHO} " ${MAKE} -DHAVE_UNISYS_LICENSE [other args]" + @${ECHO} +.endif .if exists(${X11BASE}/lib/libqt2.so.3) .if !defined(WANT_STATIC) @${ECHO} "An older version of QT2 is installed. To avoid clobbering" |