diff options
author | rillig <rillig@pkgsrc.org> | 2006-01-13 07:51:42 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-01-13 07:51:42 +0000 |
commit | 7128f4ae6fe62a5b8bc361f29ee04ad808b6c0d7 (patch) | |
tree | 61bedcaf6f25920e88872132959ae36156111e17 /devel/cqual/Makefile | |
parent | 0b1f2ba515668fb066ea1cf1505c3bcb21896eae (diff) | |
download | pkgsrc-7128f4ae6fe62a5b8bc361f29ee04ad808b6c0d7.tar.gz |
Added two patches. patch-ab avoids tons of #line warnings from the cpp
output, patch-ac fixes the special handling of functions called
malloc().
Bumped PKGREVISION.
Diffstat (limited to 'devel/cqual/Makefile')
-rw-r--r-- | devel/cqual/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cqual/Makefile b/devel/cqual/Makefile index def47220848..f6198047906 100644 --- a/devel/cqual/Makefile +++ b/devel/cqual/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2006/01/12 00:44:44 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/13 07:51:42 rillig Exp $ # DISTNAME= cqual-0.991 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cqual/} |