- Update to r5508

- Fix build with gcc41

PR:		ports/104187
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
This commit is contained in:
Martin Wilke 2006-10-08 20:17:53 +00:00
parent a20dc760fd
commit 48cbbb777a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175002
4 changed files with 16 additions and 4 deletions

View file

@ -25,7 +25,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
Xft.2:${PORTSDIR}/x11-fonts/libXft
SNAPSHOT= r5425
SNAPSHOT= r5508
OPTIONS= FLTK_THREADS "Install with threads support" on \
FLTK_CAIRO "Use cairo as graphics backend" off

View file

@ -1,3 +1,3 @@
MD5 (fltk-2.0.x-r5425.tar.bz2) = 6db8698e0526ae2ac7ba321c961404b2
SHA256 (fltk-2.0.x-r5425.tar.bz2) = c4243d22292176af52c4d181d146049702a58e5268dc9745d254f14b38509007
SIZE (fltk-2.0.x-r5425.tar.bz2) = 2589151
MD5 (fltk-2.0.x-r5508.tar.bz2) = 72318b9063f7ea1018b1d011bce5b783
SHA256 (fltk-2.0.x-r5508.tar.bz2) = cae7cfa929fe328bd3bd5294ebc9c5cff0703893012a94159e6f17474ed12ce2
SIZE (fltk-2.0.x-r5508.tar.bz2) = 2594492

View file

@ -0,0 +1,11 @@
--- fltk/MultiImage.h.orig Sun Oct 8 20:48:03 2006
+++ fltk/MultiImage.h Sun Oct 8 20:48:18 2006
@@ -49,7 +49,7 @@ public:
bool fills_rectangle() const;
bool is_frame() const;
- MultiImage::~MultiImage() { delete [] pairs; }
+ ~MultiImage() { delete [] pairs; }
//! for MultiImage arrays construction using set() for post initialization
MultiImage() { pairs=0; n_images = 0; }

View file

@ -147,6 +147,7 @@ include/fltk/ThumbWheel.h
include/fltk/TiledGroup.h
include/fltk/TiledImage.h
include/fltk/ToggleButton.h
include/fltk/ToggleItem.h
include/fltk/Tooltip.h
include/fltk/Valuator.h
include/fltk/ValueInput.h