1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

- Add patches to build against fltk-1.3.0

This commit is contained in:
Pietro Cerutti 2011-10-24 13:12:45 +00:00
parent ab84145f7f
commit aa7bb48a39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284245
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- mixkit/src/MxStdGUI.cxx.orig 2011-09-06 14:12:15.000000000 +0200
+++ mixkit/src/MxStdGUI.cxx 2011-09-06 14:12:47.000000000 +0200
@@ -15,7 +15,7 @@
#include "MxGLUtils.h"
#include "MxSMF.h"
#include <FL/Fl_Color_Chooser.H>
-#include <FL/fl_file_chooser.H>
+#include <FL/Fl_File_Chooser.H>
#include <FL/filename.H>

View File

@ -0,0 +1,11 @@
--- tools/qslim/qvis.cxx.orig 2011-09-06 14:13:35.000000000 +0200
+++ tools/qslim/qvis.cxx 2011-09-06 14:14:02.000000000 +0200
@@ -14,7 +14,7 @@
#include <MxStdGUI.h>
#include <stdio.h>
-#include <FL/fl_file_chooser.H>
+#include <FL/Fl_File_Chooser.H>
#include <FL/filename.H>
#include <FL/filename.H>
#include <FL/Fl_Slider.H>