diff options
author | rillig <rillig> | 2006-01-13 07:51:42 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-01-13 07:51:42 +0000 |
commit | 7ce7a6e14a407d1ac57f382074b567389ca6b1ba (patch) | |
tree | 61bedcaf6f25920e88872132959ae36156111e17 /devel/cqual/Makefile | |
parent | f4e1976705759c0010d2988093506446f834a1c0 (diff) | |
download | pkgsrc-7ce7a6e14a407d1ac57f382074b567389ca6b1ba.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/} |