diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-10-30 03:36:04 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-10-30 03:36:04 +0800 |
commit | 40b14929e5998d7b67eccccc4c02bd223e83f381 (patch) | |
tree | f0fa35eed7695127edd3136bf0e9b2d8d491528f | |
parent | 8bb93ed56b29932c323c35a5d530052f12594645 (diff) | |
download | freebsd-ports-gnome-40b14929e5998d7b67eccccc4c02bd223e83f381.tar.gz freebsd-ports-gnome-40b14929e5998d7b67eccccc4c02bd223e83f381.tar.zst freebsd-ports-gnome-40b14929e5998d7b67eccccc4c02bd223e83f381.zip |
- Mark SSP_UNSAFE as it currently fails to link and needs to be investigated
further.
With hat: portmgr
-rw-r--r-- | devel/mingw32-libffi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/mingw32-libffi/Makefile b/devel/mingw32-libffi/Makefile index d5644f51bca5..36e46083f1d5 100644 --- a/devel/mingw32-libffi/Makefile +++ b/devel/mingw32-libffi/Makefile @@ -14,6 +14,7 @@ COMMENT= The libffi library cross-compiled for MinGW32 BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \ ${LOCALBASE}/mingw32/include/stdlib.h:${PORTSDIR}/devel/${PKGNAMEPREFIX}bin-msvcrt +SSP_UNSAFE= fails to link GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${PREFIX}/mingw32 CONFIGURE_ARGS= --host="mingw32" --enable-shared |