From 58d25077fe328dbb24babd990756802bf4a4aa7c Mon Sep 17 00:00:00 2001 From: will Date: Sat, 5 Jan 2002 08:57:29 +0000 Subject: Make pilot-link install directly into PREFIX. This should allow pilot-link and all dependents to build correctly on bento. --- palm/gnomepilot/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'palm/gnomepilot') diff --git a/palm/gnomepilot/Makefile b/palm/gnomepilot/Makefile index 0d79eafcbf80..38c7b04564e0 100644 --- a/palm/gnomepilot/Makefile +++ b/palm/gnomepilot/Makefile @@ -24,9 +24,9 @@ USE_GMAKE= yes USE_GNOME= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-pisock=${LOCALBASE}/pilot -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \ - LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib" +CONFIGURE_ARGS= --with-pisock=${LOCALBASE} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ -- cgit