diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-03-20 17:59:44 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-03-20 17:59:44 +0000 |
commit | 459c7c83250b98a082754c5aea6b438eea397f61 (patch) | |
tree | 99cf3df951935bfcd78f768174e0eee5dbb53dff /devel/physfs-devel | |
parent | 5791ec8c79fd6c61b3717a7c56e3c8e84f4d444a (diff) |
fix build on 4
Noted by: kris
Notes
Notes:
svn path=/head/; revision=157761
Diffstat (limited to 'devel/physfs-devel')
-rw-r--r-- | devel/physfs-devel/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/physfs-devel/Makefile b/devel/physfs-devel/Makefile index 72cdba166509..4c1ba99c9b17 100644 --- a/devel/physfs-devel/Makefile +++ b/devel/physfs-devel/Makefile @@ -15,8 +15,13 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= A library to provide abstract access to various archives USE_GNOME= gnometarget -GNU_CONFIGURE= yes +#GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes NO_LATEST_LINK= yes +post-patch: + @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \ + s|-D_REENTRANT -D_THREAD_SAFE|${PTHREAD_CFLAGS}|g' \ + ${WRKSRC}/configure .include <bsd.port.mk> |