1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix build for alpha.

Found/Confirmed by:	steve
Fix submitted by:	gallatin
This commit is contained in:
Will Andrews 2001-03-10 17:06:18 +00:00
parent f800720c00
commit 847680b774
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39433
6 changed files with 42 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>