diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-22 22:45:51 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-22 22:45:51 +0000 |
commit | 63376c59c4f3ffd5b1f6aaf7cf9157ac56e60781 (patch) | |
tree | 28b85c1ab50bdc72b2e54247fca1240e84116faa /net-p2p/gnunet | |
parent | 05bca45df247372f956ceb6018615f6f3bc7294c (diff) |
Notes
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r-- | net-p2p/gnunet/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index fa97c6313885..1493af21d74c 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -33,5 +33,10 @@ MAN5= gnunet.conf.5 post-patch: @${REINPLACE_CMD} 's|-pthread [\$$]CFLAGS|\$$CFLAGS|g ; \ s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure +.for file in src/include/server/startup.h src/server/startup.c \ + src/textui/gnunetdownload.c src/textui/insertmain.c \ + src/textui/insertmulti.c src/util/getopt.c src/util/getopt1.c + @${REINPLACE_CMD} -e 's|"getopt.h"|"util/getopt.h"|g' ${WRKSRC}/${file} +.endfor .include <bsd.port.mk> |