mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Explicitly specify CONFIGURE_TARGET to disable configure warning
This commit is contained in:
parent
300967d7b7
commit
6594e43353
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111427
@ -18,9 +18,10 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The GNU Scientific Library - mathematical libs
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split'
|
||||
|
||||
MAN1= gsl-config.1 gsl-randist.1 gsl-histogram.1
|
||||
|
Loading…
Reference in New Issue
Block a user