1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Explicitly link with libgiconv, because otherwise it fails to save files in

MS Excel format.

PR:		29038
Submitted by:	Adam Nealis <adamnealis@yahoo.co.uk>
This commit is contained in:
Maxim Sobolev 2001-07-17 15:48:46 +00:00
parent 8ef5f247c9
commit 1925790266
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45201
2 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= gnumeric
PORTVERSION= 0.67
PORTREVISION= 1
CATEGORIES?= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnumeric
@ -26,7 +27,7 @@ USE_PYTHON= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl"
LIBS="-L${LOCALBASE}/lib -lintl -lgiconv"
PLIST_SUB= VERSION=${PORTVERSION}-bonobo

View File

@ -7,6 +7,7 @@
PORTNAME= gnumeric
PORTVERSION= 0.67
PORTREVISION= 1
CATEGORIES?= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnumeric
@ -26,7 +27,7 @@ USE_PYTHON= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl"
LIBS="-L${LOCALBASE}/lib -lintl -lgiconv"
PLIST_SUB= VERSION=${PORTVERSION}-bonobo