diff options
author | gahr <gahr@FreeBSD.org> | 2008-04-17 02:07:17 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-04-17 02:07:17 +0800 |
commit | c8fc6c561f625cd75bc2b9b630c19ab982dcc5be (patch) | |
tree | 2c41a727c3a523c13a8b7fc593fdb6c9621a6dfc /graphics/figurine | |
parent | b81b52b6226d0ea65f6992e454debfb2e6124f28 (diff) | |
download | freebsd-ports-gnome-c8fc6c561f625cd75bc2b9b630c19ab982dcc5be.tar.gz freebsd-ports-gnome-c8fc6c561f625cd75bc2b9b630c19ab982dcc5be.tar.zst freebsd-ports-gnome-c8fc6c561f625cd75bc2b9b630c19ab982dcc5be.zip |
- Fix typo breaking the build on sparc64
Approved by: miwi (mentor)
Diffstat (limited to 'graphics/figurine')
-rw-r--r-- | graphics/figurine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/figurine/Makefile b/graphics/figurine/Makefile index d9f77bcd786a..eb8a99413ea6 100644 --- a/graphics/figurine/Makefile +++ b/graphics/figurine/Makefile @@ -26,7 +26,7 @@ MAN1= figurine.1 # Optimizations produce bad assembly code on sparc64 .if ${ARCH} == "sparc64" -CFLAGS+= -=O0 +CFLAGS+= -O0 .endif post-patch: |