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:
parent
f800720c00
commit
847680b774
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39433
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user