freebsd-ports/audio/terminatorx/files/patch-src::main.cc
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

11 lines
319 B
C++

--- src/main.cc.orig Thu Aug 21 06:41:24 2003
+++ src/main.cc Sat Aug 23 04:52:05 2003
@@ -33,7 +33,7 @@
4 October 1999: Rewrite ;) - back to C++
*/
-#define TX_GTKRC "/usr/share/themes/terminatorX/gtk/gtkrc"
+#define TX_GTKRC "%%LOCALBASE%%/share/themes/terminatorX/gtk/gtkrc"
#define BENCH_CYCLES 100000