diff options
author | marcus <marcus@FreeBSD.org> | 2007-04-07 21:20:21 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-04-07 21:20:21 +0000 |
commit | f15d19bc4cfb29a85da69407638c34c39e2820f3 (patch) | |
tree | bf74ee6aac69d795756f3bb323f24a95222e3b81 /devel/g-wrap | |
parent | 6d46d5e63f24cc164cc71d930cbe9e9696c7ad0c (diff) | |
download | FreeBSD-ports-f15d19bc4cfb29a85da69407638c34c39e2820f3.zip FreeBSD-ports-f15d19bc4cfb29a85da69407638c34c39e2820f3.tar.gz |
Mark g-wrap NOT_FOR_ARCHS=ia64.
Reported by: pointyhat via kris
Diffstat (limited to 'devel/g-wrap')
-rw-r--r-- | devel/g-wrap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index 0b6580a..eac34a8 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -27,6 +27,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= glib20 gnomehack +NOT_FOR_ARCHS= ia64 CONFIGURE_TARGET= --build=${ARCH:S/amd64/x86_64/}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" |