summaryrefslogtreecommitdiff
path: root/graphics/urt/patches/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/urt/patches/patch-ar')
-rw-r--r--graphics/urt/patches/patch-ar13
1 files changed, 5 insertions, 8 deletions
diff --git a/graphics/urt/patches/patch-ar b/graphics/urt/patches/patch-ar
index 2ff29460cb6..43af6f7668c 100644
--- a/graphics/urt/patches/patch-ar
+++ b/graphics/urt/patches/patch-ar
@@ -1,18 +1,15 @@
-$NetBSD: patch-ar,v 1.1 2001/02/26 16:56:36 agc Exp $
+$NetBSD: patch-ar,v 1.2 2001/03/26 22:51:39 skrll Exp $
-Use libtool
-
---- cnv/rletoabA62/makefile.src 2001/02/26 15:57:54 1.1
-+++ cnv/rletoabA62/makefile.src 2001/02/26 15:59:21
-@@ -15,9 +15,8 @@
+--- cnv/rletoabA62/makefile.src.orig Fri Jun 7 16:57:14 1991
++++ cnv/rletoabA62/makefile.src
+@@ -15,9 +15,7 @@
# Executables. The .out will be stripped off in the install action.
rletoabA62.out : rletoabA62.o rle.o
- $(CC) $(CFLAGS) -o rletoabA62.new \
- rletoabA62.o rle.o $(LIBS)
- mv rletoabA62.new rletoabA62.out
-+ ${LIBTOOL} --mode=link ${CC} ${CFLAGS} -o rletoabA62.new rletoabA62.o rle.o ../../lib/librle.la -lm
-+ mv rletoabA62.new rletoabA62.out
++ ${LIBTOOL} --mode=link ${CC} ${CFLAGS} -o rletoabA62.out rletoabA62.o rle.o ../../lib/librle.la -lm
# Incremental install, copies executable to DEST dir.
install : default install-pgm