diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-11-29 08:28:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-11-29 08:28:09 +0800 |
commit | c41bccb6d80825dda283c4e704f2a6483a03aa70 (patch) | |
tree | 8905794b1d81e7f1b62d65488619763e4348cd47 /games | |
parent | 7af3b6523fc86be31d20da4e95a787d54cc37994 (diff) | |
download | freebsd-ports-gnome-c41bccb6d80825dda283c4e704f2a6483a03aa70.tar.gz freebsd-ports-gnome-c41bccb6d80825dda283c4e704f2a6483a03aa70.tar.zst freebsd-ports-gnome-c41bccb6d80825dda283c4e704f2a6483a03aa70.zip |
Unbreak on i386 by disabling assembly
Diffstat (limited to 'games')
-rw-r--r-- | games/tenebrae/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/tenebrae/Makefile b/games/tenebrae/Makefile index dd4ea50a43cf..bb5c537bdd4c 100644 --- a/games/tenebrae/Makefile +++ b/games/tenebrae/Makefile @@ -25,8 +25,6 @@ MAKEFILE= Makefile.i386linux MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" OPTIONS_DEFINE= DOCS -OPTIONS_DEFINE_i386= ASM -OPTIONS_DEFAULT_i386= ASM OPTIONS_DEFINE_amd64= ASM OPTIONS_DEFAULT_amd64= ASM |