head	1.2;
access;
symbols
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2011.10.02.18.41.21;	author pawel;	state dead;
branches;
next	1.1;

1.1
date	2008.04.19.11.23.12;	author barner;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to version 0.4.0
- Mark MAKE_JOBS_UNSAFE
- Mark IGNORE on FreeBSD < 8, needs libusb>=1.0
- Pass maintainership to submitter

PR:		ports/161224
Submitted by:	Zhihao Yuan <lichray@@gmail.com>
Approved by:	miwi, wen (mentors implicit)
@
text
@--- configure.orig	2008-04-19 12:47:31.000000000 +0200
+++ configure	2008-04-19 12:49:22.000000000 +0200
@@@@ -20778,7 +20778,7 @@@@
 #define API_EXPORTED __attribute__((visibility("default")))
 _ACEOF
 
-AM_CFLAGS="-std=gnu99 -fgnu89-inline -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow"
+AM_CFLAGS="-std=gnu99 -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wshadow"
 
 
 ac_config_files="$ac_config_files libfprint.pc Makefile libfprint/Makefile examples/Makefile doc/Makefile"
@


1.1
log
@- Fix build with gcc3 / FreeBSD6
- Reported by:	pointyhat via pav
@
text
@@

