diff options
author | linimon <linimon@FreeBSD.org> | 2011-12-28 11:45:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-12-28 11:45:23 +0800 |
commit | 4c7a7b32fd417d12ac9279f95027b3242924c97d (patch) | |
tree | 13c9f1edea843d00c0d6bbc09e84a18e57ada9db /games | |
parent | 8740f859e0114ac5c82a46e6a29b94f159d662e7 (diff) | |
download | freebsd-ports-gnome-4c7a7b32fd417d12ac9279f95027b3242924c97d.tar.gz freebsd-ports-gnome-4c7a7b32fd417d12ac9279f95027b3242924c97d.tar.zst freebsd-ports-gnome-4c7a7b32fd417d12ac9279f95027b3242924c97d.zip |
Attempt to fix build on powerpc.
Hat: portmgr
Diffstat (limited to 'games')
-rw-r--r-- | games/gnubg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index fc446fbbe2d8..26e80e2e16b2 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -58,7 +58,7 @@ PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+= --disable-nls .endif -.if ${ARCH} == "sparc64" +.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64" CONFIGURE_ARGS+= --disable-sse .endif |