1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/print/xpp/files/patch-xppmain.cxx
Cy Schubert ed4d923b39 Fix build with fltk-1.3.0.
Feature safe:	yes
2011-12-04 06:25:20 +00:00

12 lines
272 B
C++

--- xppmain.cxx.orig 2004-11-30 17:28:01.000000000 -0800
+++ xppmain.cxx 2011-12-03 22:13:39.744180523 -0800
@@ -32,7 +32,7 @@
*/
#include "mainwindow.h"
-#include <Fl/Fl_Shared_Image.h>
+#include <FL/Fl_Shared_Image.H>
/*
* 'main()' - Do all what xpp should do