Restore the ability to compile with optimized assembler code.
PR: 129088
This commit is contained in:
parent
33baaddc45
commit
7405271400
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223382
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= glib
|
||||
PORTVERSION= 2.16.5
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \
|
||||
ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \
|
||||
|
@ -59,6 +59,7 @@ GLIB_ARCH= x86_64
|
|||
.else
|
||||
GLIB_ARCH= ${ARCH}
|
||||
.endif
|
||||
CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
.if defined(WITH_COLLATION_FIX)
|
||||
LIB_DEPENDS+= icui18n:${PORTSDIR}/devel/icu
|
||||
|
|
Loading…
Reference in a new issue