diff options
author | hasso <hasso> | 2009-06-05 10:19:10 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-06-05 10:19:10 +0000 |
commit | 914d8195eda72e1f317c30e3888b856dbe896dc2 (patch) | |
tree | cf5712ea46718a98453de44757df2ccf7f166b7e /net/yale-tftpd | |
parent | af3a7cb30e0df087fd84db9029ca77b17d566501 (diff) | |
download | pkgsrc-914d8195eda72e1f317c30e3888b856dbe896dc2.tar.gz |
Make it build on DragonFly.
Diffstat (limited to 'net/yale-tftpd')
-rw-r--r-- | net/yale-tftpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/yale-tftpd/Makefile b/net/yale-tftpd/Makefile index 9b93c6ee7f7..abd6c5360dd 100644 --- a/net/yale-tftpd/Makefile +++ b/net/yale-tftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/02/07 16:53:46 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2009/06/05 10:19:10 hasso Exp $ DISTNAME= yale-tftpd-3.0 PKGREVISION= 4 @@ -14,6 +14,7 @@ USE_BSD_MAKEFILE= yes WRKSRC= ${WRKDIR} +CFLAGS.DragonFly+= -DHAVE_STRERROR CFLAGS.FreeBSD+= -DHAVE_STRERROR CFLAGS.Linux+= -DHAVE_STRERROR CFLAGS.SunOS+= -DHAVE_STRERROR -DBROKEN_TH_STUFF |