diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-29 20:07:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-29 20:07:59 +0800 |
commit | e993b71f3c752fe5b13e8e83b964190522b1a88c (patch) | |
tree | 789990d8e0039b0962769c1027db9cfd8395d392 /graphics | |
parent | cff3de90619e04786ce5338b2b282036a8c5274e (diff) | |
download | freebsd-ports-gnome-e993b71f3c752fe5b13e8e83b964190522b1a88c.tar.gz freebsd-ports-gnome-e993b71f3c752fe5b13e8e83b964190522b1a88c.tar.zst freebsd-ports-gnome-e993b71f3c752fe5b13e8e83b964190522b1a88c.zip |
- Woops fix build
Reported by: ionbot
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnash-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile index 3f795646fceb..a5224834f62d 100644 --- a/graphics/gnash-devel/Makefile +++ b/graphics/gnash-devel/Makefile @@ -176,9 +176,9 @@ pre-configure: ${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 \ - s|/lib64|/lib|g; \ - ${WRKSRC}/macros/libslist ${WRKSRC}/macros/incllist + ${WRKSRC}/macros/libslist ${WRKSRC}/macros/incllist .if !defined(WITHOUT_PLUGIN) post-install: |