]> git.pld-linux.org Git - packages/SearchAndRescue.git/commitdiff
- patch for SAR-0.7d.
authorcieciwa <cieciwa@pld-linux.org>
Thu, 19 Apr 2001 11:45:04 +0000 (11:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
fc629bbe85fe79aca204800d7debe2e4  SearchAndRescue0.7d.tar.bz2

Changed files:
    SAR-Makefile.patch -> 1.1

SAR-Makefile.patch [new file with mode: 0644]

diff --git a/SAR-Makefile.patch b/SAR-Makefile.patch
new file mode 100644 (file)
index 0000000..8718ddb
--- /dev/null
@@ -0,0 +1,41 @@
+--- sar/Makefile.Linux.org     Mon Apr 16 02:02:08 2001
++++ sar/Makefile.Linux Thu Apr 19 12:34:20 2001
+@@ -117,7 +117,7 @@
+ # Intel Pentium maximum speed
+ CFLAGS = -D__USE_BSD \
+          -DUSE_XSHM -DHAVE_MWMUTIL_H \
+-         -DHAVE_LIBXPM -DJS_SUPPORT -DHAVE_Y \
++         -DHAVE_LIBXPM  $(RPM_OPT_FLAGS)\
+          -fomit-frame-pointer -funroll-loops -finline-functions \
+          -ffast-math -O6 -Wall -march=i586
+@@ -157,10 +157,8 @@
+ #   farther above.
+ #
+ LIB = -lm \
+-      -ljsw \
+       -lSM -lICE -lX11 -lXext -lXi -lXmu -lGL -lGLU \
+-      -lXpm \
+-      -lY2
++      -lXpm 
+ # Library Directories:
+ #
+@@ -169,7 +167,7 @@
+ #   Each argument is of the format -L<dir> where <dir> is the full
+ #   path to the directory.
+ #
+-LIB_DIR = -L/usr/X11R6/lib
++LIB_DIR = -L/usr/X11R6/lib -L/usr/lib -L/lib
+ # Header File Directories:
+ #
+@@ -179,7 +177,7 @@
+ #   Each argument is of the format -I<dir> where <dir> is the full
+ #   path to the directory.
+ #
+-INC =
++INC = -I/usr/X11R6/include -I/usr/include
+ # ########################################################################
This page took 0.129825 seconds and 4 git commands to generate.