pkgsrc/graphics/urt/patches/patch-as
skrll f45302e632 Fix installation.
Problem noted by Mark White <mark.white@st-edmund-hall.oxford.ac.uk> on
tech-pkg.
2001-03-26 22:51:38 +00:00

14 lines
521 B
Text

$NetBSD: patch-as,v 1.2 2001/03/26 22:51:39 skrll Exp $
--- cnv/rletogif/makefile.src.orig Fri Jun 7 16:57:40 1991
+++ cnv/rletogif/makefile.src
@@ -15,8 +15,7 @@
# The executable. The ".out" will be stripped off in the install action.
rletogif.out: ${OBJ}
- ${CC} ${CFLAGS} ${OBJ} ${LIBS} -o rletogif.new
- mv rletogif.new rletogif.out
+ ${LIBTOOL} --mode=link ${CC} ${CFLAGS} ${OBJ} -o rletogif.out ../../lib/librle.la -lm
# Incremental install, copies executable to DEST dir.
install : default install-pgm