diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-05 08:57:29 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-05 08:57:29 +0000 |
commit | 8ad291c33e7fff3167d68403a3fa605b894b3792 (patch) | |
tree | c758c47a3a2a9bc64ea4dc92db5a617606c7b553 /palm/gnome-pilot-conduits | |
parent | cf409acd74309a45ab46baa1a0f65faa1b8eee0c (diff) | |
download | ports-8ad291c33e7fff3167d68403a3fa605b894b3792.tar.gz ports-8ad291c33e7fff3167d68403a3fa605b894b3792.zip |
Notes
Diffstat (limited to 'palm/gnome-pilot-conduits')
-rw-r--r-- | palm/gnome-pilot-conduits/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile index 713e996b4265..b1a2e3341719 100644 --- a/palm/gnome-pilot-conduits/Makefile +++ b/palm/gnome-pilot-conduits/Makefile @@ -21,9 +21,9 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOMECTRL= yes USE_LIBTOOL= 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 ; \ |