diff options
author | markd <markd@pkgsrc.org> | 2005-07-17 12:24:20 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-07-17 12:24:20 +0000 |
commit | 736d037fc4d279050fdfe220f9d91307c5edd89c (patch) | |
tree | 5009f03a800563485d1de71c60f1a965fd3b986a /misc/koffice/Makefile | |
parent | 4032855bac281c731f12846a86e912f14fb5e7a8 (diff) | |
download | pkgsrc-736d037fc4d279050fdfe220f9d91307c5edd89c.tar.gz |
Remove patch file that should have gone with the last update.
Fix build on NetBSD 1.6:
1.6's tar misnamed a file when unpacking (!?) so fix up if this
happens.
g++'s vector template doesn't have an at() method but what we actually
want is back() (which it does have) so use it.
Diffstat (limited to 'misc/koffice/Makefile')
-rw-r--r-- | misc/koffice/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index e7dd6e2b479..b4a93ae5fb1 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2005/06/27 02:06:45 markd Exp $ +# $NetBSD: Makefile,v 1.60 2005/07/17 12:24:20 markd Exp $ DISTNAME= koffice-1.4.0a CATEGORIES= misc kde @@ -40,6 +40,14 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} .include "options.mk" +# fix odd broken untaring on NetBSD 1.6 +post-extract: + cd ${WRKSRC}/krita/plugins/convolutionfilters; \ + if [ -f kis_custom_convolution_filter_configuration_widget. ]; then \ + ${MV} kis_custom_convolution_filter_configuration_widget. \ + kis_custom_convolution_filter_configuration_widget.h; \ + fi + post-install: @# The global desktop template files need to be user-writeable, or @# else users won't be able to alter them after copying them to |