]> git.pld-linux.org Git - packages/SearchAndRescue.git/blob - SearchAndRescue-Makefile.patch
- caps unification, other cosmetics
[packages/SearchAndRescue.git] / SearchAndRescue-Makefile.patch
1 --- SearchAndRescue-0.7.20/sar/Makefile.Linux.orig      Sun Apr 21 23:06:28 2002
2 +++ SearchAndRescue-0.7.20/sar/Makefile.Linux   Wed Jan 29 13:22:41 2003
3 @@ -117,9 +117,9 @@
4  # Intel Pentium maximum speed
5  CFLAGS = -D__USE_BSD \
6           -DUSE_XSHM -DHAVE_MWMUTIL_H \
7 -         -DHAVE_LIBXPM -DJS_SUPPORT -DHAVE_Y2 \
8 -         -fomit-frame-pointer -funroll-loops -finline-functions \
9 -         -ffast-math -O6 -Wall -march=i586
10 +         -DHAVE_LIBXPM $(OPTFLAGS) \
11 +         -funroll-loops -finline-functions \
12 +         -ffast-math -Wall
13  
14  # Good efficiency for most generic situations
15  #CFLAGS = -D__USE_BSD \
16 @@ -157,10 +157,8 @@
17  #   farther above.
18  #
19  LIB = -lm \
20 -      -ljsw \
21        -lSM -lICE -lX11 -lXext -lXi -lXmu -lGL -lGLU \
22 -      -lXpm \
23 -      -lY2
24 +      -lXpm 
25  
26  # Library Directories:
27  #
28 @@ -179,7 +177,7 @@
29  #   Each argument is of the format -I<dir> where <dir> is the full
30  #   path to the directory.
31  #
32 -INC =
33 +INC = -I/usr/X11R6/include
34  
35  
36  # ########################################################################
This page took 0.054537 seconds and 3 git commands to generate.