From 60189eaf3e2b6bf1f0af98842981fc293d17cbc3 Mon Sep 17 00:00:00 2001 From: landry Date: Thu, 15 Jul 2010 11:01:21 +0000 Subject: [PATCH] Fix the fix. Shouldn't commit when still asleep. --- devel/xulrunner/1.9/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/xulrunner/1.9/Makefile b/devel/xulrunner/1.9/Makefile index 0fac93f8d88..abf26288a56 100644 --- a/devel/xulrunner/1.9/Makefile +++ b/devel/xulrunner/1.9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2010/07/15 06:08:19 landry Exp $ +# $OpenBSD: Makefile,v 1.16 2010/07/15 11:01:21 landry Exp $ ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64 @@ -108,7 +108,7 @@ do-install: perl -pi -e 's|libxul-embedding-unstable|libxul-embedding|g; ' \ -e 's|libxul-unstable|libxul|g; s|unstable|stable|g; ' \ -e 's|^(Libs:.*)|\1 -Wl,-rpath,${LOCALBASE}/xulrunner1.9|g; ' \ - -e 's|-lxpcomglue|-lxpcomglue_pic|g; s|-lxpcomglue_s|-lxpcomglue_pic_s|; ' \ + -e 's|-lxpcomglue |-lxpcomglue_pic |g; s|-lxpcomglue_s |-lxpcomglue_s_pic |; ' \ -e 's|/lib||g; s|/stable||g; s|/\$${includetype}||g; ' \ ${PREFIX}/lib/pkgconfig/*.pc