diff options
Diffstat (limited to 'lang/schemetoc/files/patch-ah')
-rw-r--r-- | lang/schemetoc/files/patch-ah | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/schemetoc/files/patch-ah b/lang/schemetoc/files/patch-ah index b35797872119..87a28e47e92c 100644 --- a/lang/schemetoc/files/patch-ah +++ b/lang/schemetoc/files/patch-ah @@ -105,12 +105,12 @@ + (if (member "-c" c-flags) + '() + (if (member "xlib" with-modules) -+ (list "-lm" sc-library scxl-library "-L%%X11BASE%%/lib -lX11") ++ (list "-lm" sc-library scxl-library "-L%%LOCALBASE%%/lib -lX11") + (list "-lm" sc-library)))) + (if (member "-c" c-flags) + '() + (if (member "xlib" with-modules) -+ (list "-L%%X11BASE%%/lib -lm -lsc -lscxl -lX11") ++ (list "-L%%LOCALBASE%%/lib -lm -lsc -lscxl -lX11") + (list "-lm -lsc")))))))))) (reset)) (catch-error |