diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 20:51:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 20:51:44 +0000 |
commit | e55254fcf29367a43ed13ab4fcb3743d749edd81 (patch) | |
tree | 6ccafcd930596801ccca5659f54a6daf4e28fc58 /graphics/gnash | |
parent | The functions exported by this module deal with runtime handling (diff) |
- Fix wrong libraries path on amd64
- Bump PORTREVISION
PR: 124091
Submitted by: "Scot W. Hetzel" <swhetzel@gmail.com>
Approved by: maintainer
Diffstat (limited to 'graphics/gnash')
-rw-r--r-- | graphics/gnash/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 6dc84d33a287..9fa4f4704de3 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -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 |