diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-11-17 10:41:36 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-11-17 10:41:36 +0000 |
commit | b0edfc5a4c55107e5a51dc5e26fd5cc85b87b190 (patch) | |
tree | 261299fe21861ab820b1636434595f542e4a1e16 /science | |
parent | c90446394fdbcd1af9cdf790036f6aa5618c0428 (diff) | |
download | ports-b0edfc5a4c55107e5a51dc5e26fd5cc85b87b190.tar.gz ports-b0edfc5a4c55107e5a51dc5e26fd5cc85b87b190.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/flounder/Makefile | 2 | ||||
-rw-r--r-- | science/flounder/files/patch-Glarea.h | 15 |
2 files changed, 12 insertions, 5 deletions
diff --git a/science/flounder/Makefile b/science/flounder/Makefile index b108a6a57368..6b71f83ef247 100644 --- a/science/flounder/Makefile +++ b/science/flounder/Makefile @@ -20,8 +20,6 @@ LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \ ungif:${PORTSDIR}/graphics/libungif \ png:${PORTSDIR}/graphics/png -BROKEN= does not compile - USE_GL= glut GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/science/flounder/files/patch-Glarea.h b/science/flounder/files/patch-Glarea.h index 425cb28a0e21..f74c274a0c36 100644 --- a/science/flounder/files/patch-Glarea.h +++ b/science/flounder/files/patch-Glarea.h @@ -1,6 +1,15 @@ ---- src/Glarea.h.orig Tue Oct 15 01:13:37 2002 -+++ src/Glarea.h Tue Oct 15 01:15:44 2002 -@@ -43,6 +43,8 @@ +--- src/Glarea.h.orig 2002-12-19 19:37:48.000000000 +0100 ++++ src/Glarea.h 2011-11-17 11:21:09.000000000 +0100 +@@ -29,7 +29,7 @@ + extern "C" { + #include <gif_lib.h> + } +-#include <FL/fl_file_chooser.H> ++#include <FL/Fl_File_Chooser.H> + #include <FL/fl_ask.H> + #include <FL/fl_draw.H> + #include <FL/fl_show_colormap.H> +@@ -44,6 +44,8 @@ #include "RenderEPS.h" #include "IGBheader.h" |