1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Fix build with gcc 4.x

- Force -O optimization level, problems reported with higher optimization
  levels

PR:		ports/107658
Submitted by:	Fredrik Lindberg <fli@shapeshifter.se> (maintainer)
This commit is contained in:
Pav Lucistnik 2007-01-08 00:14:17 +00:00
parent 9e9ef47797
commit 4f454f11d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181733
2 changed files with 14 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= bioapi
PORTVERSION= 1.2.2
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= http://www.qrivy.net/~michael/blua/bioapi/ \
http://shapeshifter.se/pub/bioapi/
@ -17,6 +17,8 @@ COMMENT= BioAPI library implementation
USE_BZIP2= yes
GNU_CONFIGURE= yes
# Problems reported with higher optimization levels
CONFIGURE_ENV=CFLAGS="${CFLAGS} -O"
CONFIGURE_ARGS= --localstatedir=/var/db/ --with-Qt-dir=no
INSTALLS_SHLIB= yes

View File

@ -0,0 +1,11 @@
--- addins/dl/mds/dal_classes.h.orig Fri Jun 10 02:35:44 2005
+++ addins/dl/mds/dal_classes.h Mon Jan 8 01:10:51 2007
@@ -455,7 +455,7 @@
DAL_DATABASE_INFO_REF_PTR &prefDatabase,
PORT_MUTEX_HANDLE &Mutex);
- CSSM_RETURN DAL_DATABASE_INFO_LIST::GetDBNamesAndParameters(
+ CSSM_RETURN GetDBNamesAndParameters(
CSSM_DL_DB_HANDLE DLDBHandle,
DAL_DB_OPEN_PARAM_PTR pParam);
};