lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 0abceb2: Fix defect introduced 20180410T2323Z


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 0abceb2: Fix defect introduced 20180410T2323Z: jpeg and tiff still blocked
Date: Wed, 11 Apr 2018 05:54:59 -0400 (EDT)

branch: master
commit 0abceb29da9d923f9bbd364823222158f85fc602
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Fix defect introduced 20180410T2323Z: jpeg and tiff still blocked
---
 wx_checks.cpp | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/wx_checks.cpp b/wx_checks.cpp
index acf3f54..f76722b 100644
--- a/wx_checks.cpp
+++ b/wx_checks.cpp
@@ -50,17 +50,8 @@
 #   error Disable wxUSE_APPLE_IEEE in wx setup.
 #endif // wxUSE_APPLE_IEEE
 
-// Graphics format with potential patent issues.
-#if wxUSE_LIBJPEG
-#   error Disable wxUSE_LIBJPEG in wx setup.
-#endif // wxUSE_LIBJPEG
-
-// Graphics format with potential patent issues.
-#if wxUSE_LIBTIFF
-#   error Disable wxUSE_LIBTIFF in wx setup.
-#endif // wxUSE_LIBTIFF
-
-// Patented: incompatible with software freedom.
+// The patents have expired, but the stench lingers:
+//   https://www.gnu.org/philosophy/gif.html
 #if wxUSE_GIF
 #   error Disable wxUSE_GIF in wx setup.
 #endif // wxUSE_GIF



reply via email to

[Prev in Thread] Current Thread [Next in Thread]