7fe1c8d00d
to coexist with the up and coming qt-2.0.2 package. This will allow packages which still requrire qt-1.44 to work (ie are not compatible with Qt-2). As such, this package should be considered a temporary one. Once all packages which use qt-1.* have be updated to use qt-2.*, this package may be depricated. The modifications to this package from the qt-1.44 package are: - header files are installed in ${PREFIX}/include/qt1 - manual pages have "_1" appended to the name (ie "man foo" becomes "man foo_1") - the program "moc" is now named "moc1"
11 lines
377 B
Diff
11 lines
377 B
Diff
$NetBSD: enablegif.patch,v 1.1.1.1 2000/03/23 21:27:40 dmcmahill Exp $
|
|
--- src/kernel/qt_gif.h.orig Fri Feb 26 17:58:47 1999
|
|
+++ src/kernel/qt_gif.h Sun Sep 26 00:09:22 1999
|
|
@@ -14,6 +14,6 @@
|
|
**
|
|
*****************************************************************************/
|
|
|
|
-#define QT_BUILTIN_GIF_READER 0
|
|
+#define QT_BUILTIN_GIF_READER 1
|
|
|
|
bool qt_builtin_gif_reader();
|