- Fix wrong libraries path on amd64
- Bump PORTREVISION PR: 124091 Submitted by: "Scot W. Hetzel" <swhetzel@gmail.com> Approved by: maintainer
This commit is contained in:
parent
0760fd8c35
commit
e55254fcf2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214148
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= gnash
|
||||
PORTVERSION= 0.8.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
||||
|
@ -170,6 +171,7 @@ post-patch:
|
|||
${WRKSRC}/utilities/Makefile.in ${WRKSRC}/cygnal/Makefile.in
|
||||
@${REINPLACE_CMD} -e '/^PTHREAD_[LC][IF]*=/ d' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g; \
|
||||
s|/lib64|/lib|g; \
|
||||
s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/configure \
|
||||
${WRKSRC}/macros/libslist ${WRKSRC}/macros/incllist
|
||||
|
||||
|
|
Loading…
Reference in a new issue