mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
02cc50a989
Upstream changes from the prior version of the port include: - New fractal types including the Spidron hornflake, Sierpinski, Koch and many others from the fractint formula database. - New tutorial movies, new examples. - Improved fonts for large screen sizes. - Improvements to translations, a romanian translation, and many bugfixes. - Build knobs for the port have been trimmed to ease port maintenance. The one remaining knob, "PTHREADS", switches on experimental support for multi-cpu machines. - The port now adopts the system default for CFLAGS and does not hardcode compiler switches for aggressive optimization.
12 lines
217 B
C
12 lines
217 B
C
--- src/ui/ui.c.orig Sun Nov 12 22:49:51 2006
|
|
+++ src/ui/ui.c Wed Jul 4 22:43:49 2007
|
|
@@ -1207,7 +1207,7 @@
|
|
)
|
|
#endif
|
|
#else
|
|
- "/usr/share/locale")
|
|
+ PREFIX "/share/locale")
|
|
#ifdef DEBUG
|
|
)
|
|
#endif
|