summaryrefslogtreecommitdiff
path: root/graphics/fpc-opengl/files
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-12-05 23:29:36 +0000
committerJohn Marino <marino@FreeBSD.org>2015-12-05 23:29:36 +0000
commitf01cba6e50575183cf50dc87ded17319b63e1a14 (patch)
tree6ef0e1020a116341931d3335d3863622b9586ead /graphics/fpc-opengl/files
parentbsd.qt.mk: Move QT_NONSTANDARD check to the _POSTMKINCLUDED section. (diff)
FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years. There are a ton of new features, way more to list here. see: http://wiki.freepascal.org/FPC_New_Features_3.0 Several new unit ports were added, some were contracted. Most of those were absorbed into the main FPC packages, but two units are no longer supported: sndfile and matroshka. All 99 remaining ports (including Lazarus ports) were build tested on FreeBSD i386 and amd64 Release 10.2
Notes
Notes: svn path=/head/; revision=403082
Diffstat (limited to 'graphics/fpc-opengl/files')
-rw-r--r--graphics/fpc-opengl/files/patch-packages-opengl-src-glut.pp18
1 files changed, 5 insertions, 13 deletions
diff --git a/graphics/fpc-opengl/files/patch-packages-opengl-src-glut.pp b/graphics/fpc-opengl/files/patch-packages-opengl-src-glut.pp
index 07e43aa21892..4a27d7479a78 100644
--- a/graphics/fpc-opengl/files/patch-packages-opengl-src-glut.pp
+++ b/graphics/fpc-opengl/files/patch-packages-opengl-src-glut.pp
@@ -1,19 +1,11 @@
---- packages/opengl/src/glut.pp 2013-03-23 01:19:14.000000000 -0500
-+++ packages/opengl/src/glut.pp 2013-03-23 01:22:47.000000000 -0500
-@@ -765,13 +765,13 @@
+--- packages/opengl/src/glut.pp.orig 2015-01-05 19:27:06.000000000 +0000
++++ packages/opengl/src/glut.pp
+@@ -768,7 +768,7 @@ initialization
{$ifdef darwin}
LoadGlut('/System/Library/Frameworks/GLUT.framework/GLUT');
{$else}
- {$IFDEF haiku}
-+ {$if defined(haiku) or defined(freebsd)}
++ {$if defined(haiku) or defined(freebsd) or defined(dragonfly)}
LoadGlut('libglut.so');
-- {$ELSE}
-+ {$else}
+ {$ELSE}
{$IFNDEF MORPHOS}
- LoadGlut('libglut.so.3');
- {$ENDIF}
-- {$ENDIF}
-+ {$endif}
- {$endif}
- {$ENDIF}
-