pkgsrc/archivers/rzip/patches/patch-ab
adam 36c4f80123 Changes 2.1:
* Added -L compression level option
* minor portability fixes
* fixed a bug that could cause some files to not be able to be uncompressed
2006-02-14 20:58:18 +00:00

21 lines
507 B
Text

$NetBSD: patch-ab,v 1.2 2006/02/14 20:58:18 adam Exp $
--- Makefile.in.orig 2006-02-14 01:38:23.000000000 +0100
+++ Makefile.in
@@ -9,6 +9,7 @@ INSTALL_MAN=$(prefix)/man
LIBS=@LIBS@
CC=@CC@
CFLAGS=@CFLAGS@
+LDFLAGS=@LDFLAGS@
INSTALLCMD=@INSTALL@
@@ -37,7 +38,7 @@ install: all
${INSTALLCMD} -m 644 $(srcdir)/rzip.1 ${INSTALL_MAN}/man1/
rzip: $(OBJS)
- $(CC) $(CFLAGS) -o rzip $(OBJS) $(LIBS)
+ $(CC) $(CFLAGS) $(LDFLAGS) -o rzip $(OBJS) $(LIBS)
rzip.1: rzip.yo
yodl2man -o rzip.1 rzip.yo