head	1.2;
access;
symbols
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.10.28.04.59.12;	author sf;	state dead;
branches;
next	1.1;

1.1
date	2004.08.11.18.07.36;	author sem;	state Exp;
branches;
next	;


desc
@@


1.2
log
@o update to 0.91.
o respect CFLAGS.
o passing PTHREAD_* bits via makefile.machine.
 With this four patches no longer required.

Approved by:	maintainer
@
text
@Index: 7zip/UI/Console/makefile
@@@@ -1,6 +1,6 @@@@
 PROG=../../../bin/7z
 
-LOCAL_FLAGS=
+LOCAL_FLAGS=${PTHREAD_CFLAGS}
 
 OPERATING_SYSTEM=$(shell uname -o)
 
@@@@ -8,7 +8,7 @@@@
 # Cygwin does not support -ldl
 LOCAL_LIBS=-lpthread
 else
-LOCAL_LIBS=-lpthread -ldl -lm
+LOCAL_LIBS=${PTHREAD_LIBS}
 endif
 
 MY_WINDOWS=$(MY_HOME)/myDirectoryAndPath.o \
@


1.1
log
@file archiver with highest compression ratio

PR:		ports/69248
Submitted by:	Juergen Lock <nox@@jelal.kn-bremen.de>
@
text
@@

