diff options
author | acm <acm@FreeBSD.org> | 2019-01-15 13:37:32 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2019-01-15 13:37:32 +0800 |
commit | 7cb0c7f363fc737f80ee0c389395bcd7e9432ece (patch) | |
tree | ff8a8019963726f6a50c2725d6c9d5ce6235b379 /archivers | |
parent | d0305177dd5a0c0208ceeb479dc3957a61c4e6a3 (diff) | |
download | freebsd-ports-gnome-7cb0c7f363fc737f80ee0c389395bcd7e9432ece.tar.gz freebsd-ports-gnome-7cb0c7f363fc737f80ee0c389395bcd7e9432ece.tar.zst freebsd-ports-gnome-7cb0c7f363fc737f80ee0c389395bcd7e9432ece.zip |
- Add LLD_UNSAFE
Reported by: 214864
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/peazip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/peazip/Makefile b/archivers/peazip/Makefile index a9a643676606..b403f5065d52 100644 --- a/archivers/peazip/Makefile +++ b/archivers/peazip/Makefile @@ -22,6 +22,7 @@ DOS2UNIX_REGEX= .*\.([txt]|pas|lpi|txt) LAZARUS_PROJECT_FILES= project_pea.lpi project_peach.lpi project_gwrap.lpi LAZBUILD_ARGS= -d +LLD_UNSAFE= yes gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt4 ${PORTNAME}-qt5 qt4_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt5 |