]> git.pld-linux.org Git - packages/SearchAndRescue.git/commitdiff
- renamed and updated
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 29 Jan 2003 12:55:33 +0000 (12:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SAR-Makefile.patch -> 1.2
    SearchAndRescue-Makefile.patch -> 1.1

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

diff --git a/SAR-Makefile.patch b/SAR-Makefile.patch
deleted file mode 100644 (file)
index 8718ddb..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
---- 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
- # ########################################################################
diff --git a/SearchAndRescue-Makefile.patch b/SearchAndRescue-Makefile.patch
new file mode 100644 (file)
index 0000000..fbf3b2b
--- /dev/null
@@ -0,0 +1,36 @@
+--- SearchAndRescue-0.7.20/sar/Makefile.Linux.orig     Sun Apr 21 23:06:28 2002
++++ SearchAndRescue-0.7.20/sar/Makefile.Linux  Wed Jan 29 13:22:41 2003
+@@ -117,9 +117,9 @@
+ # Intel Pentium maximum speed
+ CFLAGS = -D__USE_BSD \
+          -DUSE_XSHM -DHAVE_MWMUTIL_H \
+-         -DHAVE_LIBXPM -DJS_SUPPORT -DHAVE_Y2 \
+-         -fomit-frame-pointer -funroll-loops -finline-functions \
+-         -ffast-math -O6 -Wall -march=i586
++         -DHAVE_LIBXPM $(OPTFLAGS) \
++         -funroll-loops -finline-functions \
++         -ffast-math -Wall
+ # Good efficiency for most generic situations
+ #CFLAGS = -D__USE_BSD \
+@@ -157,10 +157,8 @@
+ #   farther above.
+ #
+ LIB = -lm \
+-      -ljsw \
+       -lSM -lICE -lX11 -lXext -lXi -lXmu -lGL -lGLU \
+-      -lXpm \
+-      -lY2
++      -lXpm 
+ # Library 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
+ # ########################################################################
This page took 0.090608 seconds and 4 git commands to generate.