diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-13 14:20:38 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-13 14:20:38 +0800 |
commit | 041cb26881e7366be4c7cd291ed0cf4d4b4f9278 (patch) | |
tree | ef0492a1911b7617e848db2df6779b597ac0f98b /palm/gnomepilot | |
parent | bced94f461d18d650b8193e9eaec60c89b3f59df (diff) | |
download | marcuscom-ports-041cb26881e7366be4c7cd291ed0cf4d4b4f9278.tar marcuscom-ports-041cb26881e7366be4c7cd291ed0cf4d4b4f9278.tar.gz marcuscom-ports-041cb26881e7366be4c7cd291ed0cf4d4b4f9278.tar.bz2 marcuscom-ports-041cb26881e7366be4c7cd291ed0cf4d4b4f9278.tar.lz marcuscom-ports-041cb26881e7366be4c7cd291ed0cf4d4b4f9278.tar.xz marcuscom-ports-041cb26881e7366be4c7cd291ed0cf4d4b4f9278.tar.zst marcuscom-ports-041cb26881e7366be4c7cd291ed0cf4d4b4f9278.zip |
Back that post-patch removal out. post-patch was *NOT* superseded by
gnomehack; my brain was superseded by sleepiness. That's my excuse, and
I'm sticking to it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@290 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'palm/gnomepilot')
-rw-r--r-- | palm/gnomepilot/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/palm/gnomepilot/Makefile b/palm/gnomepilot/Makefile index e9183b7cb..37c658467 100644 --- a/palm/gnomepilot/Makefile +++ b/palm/gnomepilot/Makefile @@ -33,4 +33,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gpilot-install-file.1 +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + .include <bsd.port.mk> |