diff options
Diffstat (limited to 'x11/bricons/files/patch-aa')
-rw-r--r-- | x11/bricons/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/bricons/files/patch-aa b/x11/bricons/files/patch-aa index fe3ca6990f81..a559725121f7 100644 --- a/x11/bricons/files/patch-aa +++ b/x11/bricons/files/patch-aa @@ -28,22 +28,22 @@ /**/# Here's what to change to customize the installation... /**/# Where do you want this stuff (if the defaults aren't okay)? -! BINDIR = /usr/X11R6/bin -! LIBDIR = /usr/X11R6/lib -! MANDIR = /usr/X11R6/man/man1 +! XCOMM BINDIR = /home/cur/bri/bin/mbins/${M}bin +! XCOMM LIBDIR = /home/cur/bri/lib +! XCOMM MANDIR = /home/cur/bri/Man /**/# Where is the Xpm header and library files /**/# This program needs the Xpm libraries written by Arnaud Le Hors. /**/# it can be obtained by anonymous ftp to: export.lcs.mit.edu /**/# and from many other sites. -! XPM_DIR = /usr/X11R6/include/X11 +! XPM_DIR = $(INCROOT)/X11 XPM_INCLUDE_DIR = $(XPM_DIR) -! XPM_LIB_DIR = /usr/X11R6/lib +! XPM_LIB_DIR = $(LIBDIR) /**/# This is -g for debugging or -O for optimization (or nothing). -! CDEBUGFLAGS = -O2 +! XCOMM CDEBUGFLAGS = -g /**/# Nothing to change below here |