diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-06-27 22:40:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-06-27 22:40:51 +0800 |
commit | c5ab30241dc68bc3021b9d026068dade152e24ec (patch) | |
tree | 738652bf7d5e0f3c3564a5b1e2c32264a7a385dd /games | |
parent | 0d58b16016b01388c776bde7291145ab080218de (diff) | |
download | freebsd-ports-gnome-c5ab30241dc68bc3021b9d026068dade152e24ec.tar.gz freebsd-ports-gnome-c5ab30241dc68bc3021b9d026068dade152e24ec.tar.zst freebsd-ports-gnome-c5ab30241dc68bc3021b9d026068dade152e24ec.zip |
- Try to fix build with LLD
Diffstat (limited to 'games')
-rw-r--r-- | games/chromium-bsu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/chromium-bsu/Makefile b/games/chromium-bsu/Makefile index 630cafd7e761..21fad67097c8 100644 --- a/games/chromium-bsu/Makefile +++ b/games/chromium-bsu/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ARGS= --disable-sdl \ --disable-ftgl \ --disable-glut \ --disable-glpng +LLD_UNSAFE= yes INSTALLS_ICONS= yes |