freebsd-ports/graphics/fractorama/files/patch-src::main.cpp
Emanuel Haupt afc58ad631 Bring back graphics/fractorama from the attic. Fractorama now links against
libtiff from ports. I will maintain this port.
2006-06-08 12:32:54 +00:00

11 lines
347 B
C++

--- main.cpp.orig Sat Oct 25 04:35:20 2003
+++ main.cpp Tue Mar 2 23:36:04 2004
@@ -278,7 +278,7 @@
// Determine the name/location of our "home" document
char *s = Persist::getApplicationDirectory(
- argv[0], "index.html", "doc", FALSE
+ argv[0], "index.html", "../share/doc/fractorama", FALSE
);
QFileInfo info(s);