diff options
author | tron <tron> | 2000-03-30 16:40:47 +0000 |
---|---|---|
committer | tron <tron> | 2000-03-30 16:40:47 +0000 |
commit | 4f058c111ad92aa71deeedcc2ecfeda9c533235a (patch) | |
tree | 5e94ab6fe992a3a9682f3597bad184885d241190 /x11/qt1/Makefile | |
parent | 53778af74c0e2fb73e49b5422b76a2a75d7b679d (diff) | |
download | pkgsrc-4f058c111ad92aa71deeedcc2ecfeda9c533235a.tar.gz |
Apply GIF patch in "post-patch" target so that an interrupted build
can be continued.
Diffstat (limited to 'x11/qt1/Makefile')
-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 |