diff options
author | fredb <fredb> | 2003-12-22 03:06:52 +0000 |
---|---|---|
committer | fredb <fredb> | 2003-12-22 03:06:52 +0000 |
commit | 1e2317da13e7075d40eb28587606bca71413e33a (patch) | |
tree | e511b30f3493d1ab17e0c7e5b07b1d13bfd1474d /graphics | |
parent | 332b2edf657af07cf0a6dad198a64a44a306e5cf (diff) | |
download | pkgsrc-1e2317da13e7075d40eb28587606bca71413e33a.tar.gz |
Let "make pre-patch" work on FreeBSD, using patch submitted by Micheal
Pasternak, in PR pkg/23833.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xli/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 421a444f6cc..4b7c3a7541f 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/07/17 21:43:11 grant Exp $ +# $NetBSD: Makefile,v 1.20 2003/12/22 03:06:52 fredb Exp $ DISTNAME= xli-1.16 PKGREVISION= 4 @@ -18,6 +18,7 @@ USE_BUILDLINK2= YES USE_IMAKE= YES pre-patch: + ${RM} ${WRKSRC}/png.c,v @${PATCH} -d ${WRKSRC} -s -p1 < ${WRKSRC}/png.patch .include "../../graphics/png/buildlink2.mk" |