diff options
Diffstat (limited to 'editors/sam/files/patch-aa')
-rw-r--r-- | editors/sam/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/sam/files/patch-aa b/editors/sam/files/patch-aa index 63af3ca481bd..c3c485a72e86 100644 --- a/editors/sam/files/patch-aa +++ b/editors/sam/files/patch-aa @@ -26,11 +26,11 @@ ! OS=-DBSDi # add -Iincludedir for any include directories that need to be searched -! INCS=-I../include -I${X11BASE}/include +! INCS=-I../include -I${LOCALBASE}/include # set this if your X libraries are in different locations # or if you need extra libraries to load with X11 applications -! XLIBS=-lXt -lX11 -L${X11BASE}/lib +! XLIBS=-lXt -lX11 -L${LOCALBASE}/lib # add name of library orderer - use ":" if none ! RANLIB=ranlib |