diff options
author | tron <tron@pkgsrc.org> | 2000-03-30 16:40:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-30 16:40:47 +0000 |
commit | f8aa99bfe47d5a94c02cd471fed11196c9063a08 (patch) | |
tree | 5e94ab6fe992a3a9682f3597bad184885d241190 /x11 | |
parent | b46c4948153e8327cde3426dff3f9643c3c2e1c9 (diff) | |
download | pkgsrc-f8aa99bfe47d5a94c02cd471fed11196c9063a08.tar.gz |
Apply GIF patch in "post-patch" target so that an interrupted build
can be continued.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt1/Makefile b/x11/qt1/Makefile index 86f793d6b20..1c3f6076b9a 100644 --- a/x11/qt1/Makefile +++ b/x11/qt1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/03/28 00:09:19 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2000/03/30 16:40:47 tron Exp $ # DISTNAME= qt-1.44 @@ -28,7 +28,7 @@ do-configure: @cd ${WRKSRC} && ${MAKE} QTDIR=${WRKSRC} ${LOWER_OPSYS}-g++-static .if defined(USE_GIF) -pre-build: +post-patch: cd ${WRKSRC} && ${PATCH} <${FILESDIR}/enablegif.patch .endif |