c23f22863e
Fix packing list... I need to add a check for duplicates to bsd.port.mk, this is stupid.
12 lines
371 B
Plaintext
12 lines
371 B
Plaintext
$OpenBSD: patch-include_qt_gif_h,v 1.1 2000/05/23 21:25:37 espie Exp $
|
|
--- include/qt_gif.h.orig Tue May 23 20:44:31 2000
|
|
+++ include/qt_gif.h Tue May 23 20:44:43 2000
|
|
@@ -14,6 +14,6 @@
|
|
**
|
|
*****************************************************************************/
|
|
|
|
-#define QT_BUILTIN_GIF_READER 0
|
|
+#define QT_BUILTIN_GIF_READER 1
|
|
|
|
bool qt_builtin_gif_reader();
|