openbsd-ports/x11/gnustep/examples/patches/patch-gui_MyGL_AppController_m
ajacoutot 82ed654c12 - fix the MyGL test
from Giovanni Bechis <bigionews at snb dot it>
2007-06-04 11:09:12 +00:00

13 lines
501 B
Plaintext

$OpenBSD: patch-gui_MyGL_AppController_m,v 1.1 2007/06/04 11:09:13 ajacoutot Exp $
--- gui/MyGL/AppController.m.orig Sun Jun 3 15:47:05 2007
+++ gui/MyGL/AppController.m Sun Jun 3 15:47:48 2007
@@ -418,7 +418,7 @@ static char initialized = 0;
h = [MySAX new];
p = [GSXMLParser parserWithSAXHandler:h
- withContentsOfFile:@"girl.dae"];
+ withContentsOfFile:@"!!PREFIX!!/libexec/GNUstep/MyGL.app/Resources/girl.dae"];
if ([p parse])
{
[meshArray addObject:[h currentMesh]];