Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
$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