1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/audio/terminatorx/files/patch-src_tX_global.c
Pietro Cerutti 5d571f26be - Fix build with clang
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS
- Get rid of shlib versions in LIB_DEPENDS
- Trim Makefile headers
- Pet portlint by renaming patch files
2013-03-20 08:56:07 +00:00

12 lines
430 B
C

--- src/tX_global.c.orig Thu Aug 21 06:41:24 2003
+++ src/tX_global.c Sat Aug 23 04:34:16 2003
@@ -127,7 +127,7 @@
#endif
globals.use_stdout_cmdline=0;
strcpy(globals.current_path, "");
- strcpy(globals.lrdf_path, "/usr/share/ladspa/rdf:/usr/local/share/ladspa/rdf");
+ strcpy(globals.lrdf_path, "%%LOCALBASE%%/share/ladspa/rdf");
globals.fullscreen_enabled=0;
globals.confirm_events=0;
globals.compress_set_files=0;