diff options
author | tron <tron@pkgsrc.org> | 2013-11-26 15:26:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-11-26 15:26:06 +0000 |
commit | 22784b13955e6545dbbccb8a0f909394e4827c98 (patch) | |
tree | 03dc5e1a39c8fb2771f1b6653fad60e9978671ca /sysutils | |
parent | 1a0715036462ad3f21c52df2096983fa2369eec6 (diff) | |
download | pkgsrc-22784b13955e6545dbbccb8a0f909394e4827c98.tar.gz |
Small (and probably irrelevant) clean-up of last commit.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdrtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 7c7d8a67c4a..a6970ee8646 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2013/11/26 14:57:33 tron Exp $ +# $NetBSD: Makefile,v 1.102 2013/11/26 15:26:06 tron Exp $ DISTNAME= cdrtools-3.01a19 PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/} @@ -37,6 +37,7 @@ LDFLAGS.NetBSD+= -lutil utimensat CONFIGURE_ENV+= ac_cv_func_${FUNC}=no . endfor +. undef FUNC .endif # avoid picking up a bad ${ARCH} during the build |