diff options
Diffstat (limited to 'graphics/urt/files/patch-config::urt')
-rw-r--r-- | graphics/urt/files/patch-config::urt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/files/patch-config::urt b/graphics/urt/files/patch-config::urt index 262d91126a6b..bde1fb8ace6e 100644 --- a/graphics/urt/files/patch-config::urt +++ b/graphics/urt/files/patch-config::urt @@ -158,6 +158,6 @@ #ifdef X11 -LIBX11 = -lX11 -INCX11 = -+LIBX11 = -L${X11BASE}/lib -lX11 -+INCX11 = -I${X11BASE}/include ++LIBX11 = -L${LOCALBASE}/lib -lX11 ++INCX11 = -I${LOCALBASE}/include #endif |