diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-20 07:50:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-20 07:50:44 +0000 |
commit | 3cd025e9d87841c94baddd262ca403b33ef7b9ea (patch) | |
tree | 7d15390ce4c339736daba92f6432e599e4225be5 /archivers/bzip2/files/patch-aa | |
parent | - Update to 2.0.8 (diff) |
- Update to 1.0.3
PR: ports/83694
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by: Jason Harris <jharris@widomaker.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=139652
Diffstat (limited to 'archivers/bzip2/files/patch-aa')
-rw-r--r-- | archivers/bzip2/files/patch-aa | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/archivers/bzip2/files/patch-aa b/archivers/bzip2/files/patch-aa index 66368aedfde9..5496acf507a6 100644 --- a/archivers/bzip2/files/patch-aa +++ b/archivers/bzip2/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile 2002/02/14 03:34:07 1.1 -+++ Makefile 2002/02/14 03:53:34 -@@ -2,14 +2,16 @@ +--- Makefile.orig Thu Feb 17 14:28:24 2005 ++++ Makefile Tue Jul 19 02:39:56 2005 +@@ -2,13 +2,15 @@ SHELL=/bin/sh # To assist in cross-compiling @@ -10,16 +10,15 @@ RANLIB=ranlib LDFLAGS= - # Suitably paranoid flags to avoid bugs in gcc-2.7 BIGFILES=-D_FILE_OFFSET_BITS=64 --CFLAGS=-Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce $(BIGFILES) +-CFLAGS=-Wall -Winline -O -g $(BIGFILES) +CFLAGS?=-O2 +CFLAGS+=-Wall -Winline -fomit-frame-pointer -fno-strength-reduce $(BIGFILES) +SOFLAGS=-fPIC -fpic -DPIC # Where you want it installed when you do 'make install' PREFIX=/usr -@@ -23,10 +25,18 @@ +@@ -22,10 +24,18 @@ decompress.o \ bzlib.o @@ -41,7 +40,7 @@ bzip2recover: bzip2recover.o $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2recover bzip2recover.o -@@ -40,6 +50,10 @@ +@@ -39,6 +49,10 @@ $(RANLIB) libbz2.a ; \ fi @@ -52,9 +51,9 @@ check: test test: bzip2 @cat words1 -@@ -98,9 +112,25 @@ +@@ -96,9 +110,25 @@ + echo ".so man1/bzdiff.1" > $(PREFIX)/man/man1/bzcmp.1 - distclean: clean clean: - rm -f *.o libbz2.a bzip2 bzip2recover \ + rm -f *.o *.so libbz2.a libbz2.so.1 bzip2 bzip2recover \ |