diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 17:35:30 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 17:35:30 +0000 |
commit | caf46b4e91801916692951ab015b7c4bee5058ba (patch) | |
tree | 4c2da346df0aa2bf17cd6f8a89f43964ba09831e /comms/pilot-link/Makefile | |
parent | 76a9a6328f89f3982d45c5b111a5082c08b5ca90 (diff) | |
download | pkgsrc-caf46b4e91801916692951ab015b7c4bee5058ba.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'comms/pilot-link/Makefile')
-rw-r--r-- | comms/pilot-link/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index b3d7548eac2..495e2defe17 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2011/04/22 13:43:11 obache Exp $ +# $NetBSD: Makefile,v 1.54 2012/02/16 17:42:19 hans Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -17,6 +17,8 @@ CONFIGURE_ARGS+= --with-libpng CONFIGURE_ARGS+= --with-readline CONFIGURE_ARGS+= --enable-conduits +CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS + BUILD_DIRS= src bindings doc tests post-patch: |