aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-11-25 18:52:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-11-25 18:52:50 +0000
commit74052714004098802d554e4d9cda4b1a5b43123f (patch)
treee7994be9c142e1837447be188f1d0b7846ab75c5 /devel
parent33baaddc45ca8c679abaafc60ad2da481b1f9370 (diff)
downloadports-74052714004098802d554e4d9cda4b1a5b43123f.tar.gz
ports-74052714004098802d554e4d9cda4b1a5b43123f.zip
Restore the ability to compile with optimized assembler code.
PR: 129088
Notes
Notes: svn path=/head/; revision=223382
Diffstat (limited to 'devel')
-rw-r--r--devel/glib20/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index 6574cec52289..810534940c64 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -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