From e8d4d45f71583db29e5435324a45e29bbdfc1725 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 29 Dec 2005 07:21:02 +0000 Subject: Use the nspr.pc from devel/npsr instead of looking for one installed by Mozilla. This fixes the build with the new Gecko World Order. --- x11-toolkits/wxmozilla/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'x11-toolkits/wxmozilla') diff --git a/x11-toolkits/wxmozilla/Makefile b/x11-toolkits/wxmozilla/Makefile index 726a9e448e82..faf8a7af1a95 100644 --- a/x11-toolkits/wxmozilla/Makefile +++ b/x11-toolkits/wxmozilla/Makefile @@ -26,6 +26,7 @@ USE_GECKO= mozilla WXGTK_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-wx-config=${WXGTK_CONFIG} --enable-python +USE_REINPLACE= yes INSTALLS_SHLIB= yes .include @@ -35,4 +36,8 @@ INSTALLS_SHLIB= yes IGNORE= does not build on 4.X .endif +post-patch: + @${REINPLACE_CMD} -e 's|mozilla-nspr|nspr|g' \ + ${WRKSRC}/configure + .include -- cgit