9ec6c1184e
rzip is a compression program that is similar to gzip and bzip2. The primary difference is that rzip is able to exploit long distance redundancies in files, which enables rzip to produce much better compression ratios (sometimes).
16 lines
376 B
Plaintext
16 lines
376 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2005/03/30 00:02:08 naddy Exp $
|
|
--- Makefile.in.orig Tue Mar 29 19:10:10 2005
|
|
+++ Makefile.in Tue Mar 29 19:10:43 2005
|
|
@@ -6,9 +6,9 @@ exec_prefix=@exec_prefix@
|
|
INSTALL_BIN=$(exec_prefix)/bin
|
|
INSTALL_MAN=$(prefix)/man
|
|
|
|
-LIBS=@LIBS@
|
|
+LIBS=@LDFLAGS@ @LIBS@
|
|
CC=@CC@
|
|
-CFLAGS=@CFLAGS@
|
|
+CFLAGS=@CPPFLAGS@ @CFLAGS@
|
|
|
|
INSTALLCMD=@INSTALL@
|
|
|