c412043814
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd C++ graphical user interface toolkit for X (UNIX(r)), OpenGL(r), and Microsoft(r) Windows(r) NT 4.0, 95, or 98. It was originally developed by Mr. Bill Spitzak and is currently maintained by a small group of developers across the world with a central repository in the US. from James Turner (MAINTAINER) with some tweaks by me
13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
$OpenBSD: patch-images_fl_png_cxx,v 1.1.1.1 2008/10/19 07:34:45 ajacoutot Exp $
|
|
--- images/fl_png.cxx.orig Fri Oct 17 06:15:52 2008
|
|
+++ images/fl_png.cxx Fri Oct 17 06:16:18 2008
|
|
@@ -31,7 +31,7 @@
|
|
#if HAVE_LIBPNG
|
|
extern "C"
|
|
{
|
|
-#ifdef HAVE_LOCAL_PNG_H
|
|
+#ifdef HAVE_LIBPNG_PNG_H
|
|
# include "libpng/png.h"
|
|
#else
|
|
# include <png.h>
|