diff options
Diffstat (limited to 'news/knews/files/patch-Imakefile')
-rw-r--r-- | news/knews/files/patch-Imakefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/news/knews/files/patch-Imakefile b/news/knews/files/patch-Imakefile new file mode 100644 index 000000000000..926c9ba08eaa --- /dev/null +++ b/news/knews/files/patch-Imakefile @@ -0,0 +1,12 @@ +--- src/Imakefile.orig 1998-11-21 16:31:37.000000000 +0100 ++++ src/Imakefile 2012-05-06 18:07:58.000000000 +0200 +@@ -35,7 +35,8 @@ + COMPFACE_LIB = + #endif + +-INCLUDES = -I../Widgets $(REGEXP_INCLUDES) $(KNEWS_INCLUDES) ++INCLUDES = -I../Widgets $(REGEXP_INCLUDES) $(KNEWS_INCLUDES) -I${LOCALBASE}/include/libpng15 ++ + + LOCAL_LIBRARIES = \ + -L../Widgets -lWidgets $(REGEXP_LIB) $(JPEG_LIB) $(PNG_LIB) \ |