summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt32
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-10 17:06:18 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-10 17:06:18 +0000
commit847680b774181a85da8dad70009c2d329aac8f96 (patch)
tree57dceb20bb362a5e5bc7a6bc8de3bf4c976250db /x11-toolkits/qt32
parentFix build for alpha. (diff)
Fix build for alpha.
Found/Confirmed by: steve Fix submitted by: gallatin
Notes
Notes: svn path=/head/; revision=39433
Diffstat (limited to 'x11-toolkits/qt32')
-rw-r--r--x11-toolkits/qt32/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile
index 894ac26c5603..7d1e5e4ea966 100644
--- a/x11-toolkits/qt32/Makefile
+++ b/x11-toolkits/qt32/Makefile
@@ -48,6 +48,12 @@ STATIC=shared
INSTALLS_SHLIB=yes
.endif
+.include <bsd.port.pre.mk>
+
+.if ${MACHINE_ARCH} == "alpha"
+CFLAGS+= -O0
+.endif
+
pre-fetch:
.if exists(${X11BASE}/lib/libqt2.so.3)
.if !defined(WANT_STATIC)
@@ -124,4 +130,4 @@ post-install:
.endif
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>