1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/graphics/xaos/files/patch-src_ui_ui.c
Joseph Koshy 02cc50a989 - Upgrade to v3.2.3.
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.
2007-07-05 06:22:19 +00:00

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