summaryrefslogtreecommitdiff
path: root/palm/gnomepilot2
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-01-05 08:57:29 +0000
committerWill Andrews <will@FreeBSD.org>2002-01-05 08:57:29 +0000
commit8ad291c33e7fff3167d68403a3fa605b894b3792 (patch)
treec758c47a3a2a9bc64ea4dc92db5a617606c7b553 /palm/gnomepilot2
parentUpdate to 0.3.32 and hand over maintainership to submitter (diff)
Make pilot-link install directly into PREFIX. This should allow
pilot-link and all dependents to build correctly on bento.
Notes
Notes: svn path=/head/; revision=52598
Diffstat (limited to 'palm/gnomepilot2')
-rw-r--r--palm/gnomepilot2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile
index 0d79eafcbf80..38c7b04564e0 100644
--- a/palm/gnomepilot2/Makefile
+++ b/palm/gnomepilot2/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 ; \