- Remove USE_GCC=any.
- Add OPTIONS_DEFINE. - Remove FreeBSD/alpha support.
This commit is contained in:
parent
945c98fdf8
commit
c1c0fcd819
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326273
1 changed files with 2 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= Xaw3d
|
||||
PORTVERSION= 1.5E
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ftp://ftp.visi.com/users/hawkeyd/X/ \
|
||||
ftp.slackware.com/pub/slackware/slackware_source/x/xaw3d/
|
||||
|
@ -13,9 +13,9 @@ COMMENT= 3-D Athena Widget set that looks like Motif
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
OPTIONS_DEFINE= DOCS NLS
|
||||
WRKSRC= ${WRKDIR}/xc/lib/Xaw3d
|
||||
USES= imake
|
||||
USE_GCC= any
|
||||
USE_XORG= x11 xext xmu xt sm ice xpm
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -41,13 +41,6 @@ post-extract:
|
|||
${WRKSRC}/Imakefile
|
||||
.endif
|
||||
|
||||
# Workaround a bug in egcs on FreeBSD/Alpha.
|
||||
.if ${ARCH} == "alpha"
|
||||
post-configure:
|
||||
@(cd ${WRKSRC}; ${MV} Makefile Makefile.orig; ${SED} -e \
|
||||
's/CDEBUGFLAGS = -O/CDEBUGFLAGS =/g' Makefile.orig > Makefile)
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
|
Loading…
Reference in a new issue