summaryrefslogtreecommitdiff
path: root/graphics/urt/patches/patch-ar
blob: 43af6f7668cbce56eb7c7717186d82c0f53d3462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ar,v 1.2 2001/03/26 22:51:39 skrll Exp $

--- 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.out rletoabA62.o rle.o ../../lib/librle.la -lm
 
 # Incremental install, copies executable to DEST dir.
 install		:	default install-pgm