diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-06-26 22:10:46 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-06-26 22:10:46 +0000 |
commit | 8b94264115f1a95f95470e83e188e3e1ec7be499 (patch) | |
tree | fe38c5ea119c63e73eecef3421a827aef0c9bbf1 /pkgtools/libnbcompat/Makefile | |
parent | ac78f7bf13460c84e28acca65366ea6bd6c26787 (diff) | |
download | pkgsrc-8b94264115f1a95f95470e83e188e3e1ec7be499.tar.gz |
Protect TAILQ_INSERT_{AFTER,BEFORE} from being redefined. Lets
pbulk build on netbsd-2/alpha (and probably other netbsd platforms)
again.
Diffstat (limited to 'pkgtools/libnbcompat/Makefile')
-rw-r--r-- | pkgtools/libnbcompat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/libnbcompat/Makefile b/pkgtools/libnbcompat/Makefile index b11514a6b30..8b8005b3e3d 100644 --- a/pkgtools/libnbcompat/Makefile +++ b/pkgtools/libnbcompat/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.50 2007/06/25 21:35:03 joerg Exp $ +# $NetBSD: Makefile,v 1.51 2007/06/26 22:10:46 dmcmahill Exp $ # # NOTE: If you update this package, it is *mandatory* that you update # pkgsrc/pkgtools/libnbcompat/files/README to reflect the actual # list of tested and supported platforms. # -DISTNAME= libnbcompat-20070622 +DISTNAME= libnbcompat-20070626 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty |