mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Unbreak on alpha
PR: ports/60425 Submitted by: Volker Stolz <vs@foldr.org>
This commit is contained in:
parent
9c4eb7ed58
commit
e3c01212f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96684
@ -15,8 +15,6 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Matrox Powerdesk for *nix
|
||||
|
||||
BUILD_DEPENDS= XFree86:${PORTSDIR}/x11/XFree86-4
|
||||
|
||||
USE_X_PREFIX= YES
|
||||
USE_GNOME= gtk12
|
||||
|
||||
@ -28,6 +26,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if (${ARCH} == "alpha")
|
||||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -lio"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${RM} -f ${WRKSRC}/config.cache
|
||||
@${CHMOD} 750 ${WRKSRC}/missing
|
||||
|
Loading…
Reference in New Issue
Block a user