JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add arguments to autorun, from akfaew@jasminek.net
[spectrwm.git] / port / patches / patch-scrotwm_c
1 $OpenBSD: patch-scrotwm_c,v 1.7 2009/09/30 00:54:06 sthen Exp $
2 --- scrotwm.c.orig      Wed Sep 23 06:04:09 2009
3 +++ scrotwm.c   Fri Sep 25 17:28:03 2009
4 @@ -150,7 +150,7 @@ u_int32_t           swm_debug = 0
5  #define SWM_MAX_FONT_STEPS     (3)
6  
7  #ifndef SWM_LIB
8 -#define SWM_LIB                        "/usr/local/lib/libswmhack.so"
9 +#define SWM_LIB                        "${PREFIX}/lib/libswmhack.so"
10  #endif
11  
12  char                   **start_argv;