diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-31 15:51:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-31 15:51:11 +0000 |
commit | 4bbb3f27b678594a7520d07e6a6a2ede535a7a48 (patch) | |
tree | f29d057560a7877a5f6c37c4631a58a5986ccdb6 /misc | |
parent | 0fbfcd4102d0c9eaf70bc36c05ba950dba0ef56c (diff) | |
download | pkgsrc-4bbb3f27b678594a7520d07e6a6a2ede535a7a48.tar.gz |
-I wants an argument, but since we don't have one, don't use it.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fbreader/distinfo | 4 | ||||
-rw-r--r-- | misc/fbreader/patches/patch-ai | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/misc/fbreader/distinfo b/misc/fbreader/distinfo index bd9858b76e4..b4eb349d386 100644 --- a/misc/fbreader/distinfo +++ b/misc/fbreader/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.8 2013/06/27 14:21:09 ryoon Exp $ +$NetBSD: distinfo,v 1.9 2015/03/31 15:51:11 joerg Exp $ SHA1 (fbreader-sources-0.99.4.tgz) = 7e6f0acbac5d8111fcda14a576ae4fdc93eef292 RMD160 (fbreader-sources-0.99.4.tgz) = 90825fcb6b026785dd3a7329899b54a02b08e4ed Size (fbreader-sources-0.99.4.tgz) = 2345664 bytes SHA1 (patch-ab) = 4fcbbc7c9fe7fe2e9d841d226ba69624e36e08a5 SHA1 (patch-ah) = 8b30ee01cdb05d1680ce45cb57ba37011c33fa6c -SHA1 (patch-ai) = edeca8816f882917bae735ad7f8f9c49dd06d6b1 +SHA1 (patch-ai) = a8f5a4e181fd34840d18d39fc9f7bf17a9e053d0 SHA1 (patch-fbreader_Makefile) = b34214a6a725527f312969c12f3c79fcda193233 SHA1 (patch-fbreader_src_fbreader_FBReaderActions.cpp) = ac2d5937d3628abd6db2e4b2fe869d95262d2689 SHA1 (patch-fbreader_src_fbreader_FBView.cpp) = f9018b813b92d31c67e13eb68d6e50c8a7637a5c diff --git a/misc/fbreader/patches/patch-ai b/misc/fbreader/patches/patch-ai index 4d283a1fc81..56646a45da1 100644 --- a/misc/fbreader/patches/patch-ai +++ b/misc/fbreader/patches/patch-ai @@ -1,4 +1,4 @@ -$NetBSD: patch-ai,v 1.4 2013/06/27 14:21:09 ryoon Exp $ +$NetBSD: patch-ai,v 1.5 2015/03/31 15:51:11 joerg Exp $ * Pass DO_ICONV_CAST @@ -14,3 +14,12 @@ $NetBSD: patch-ai,v 1.4 2013/06/27 14:21:09 ryoon Exp $ EXTERNAL_INCLUDE = $(shell pkg-config --cflags fribidi) ifeq "$(UI_TYPE)" "qt" +@@ -21,7 +20,7 @@ ifeq "$(UI_TYPE)" "qt" + QTINCLUDE = -I /usr/include/qt3 + else + MOC = $(shell pkg-config QtCore --variable=moc_location) +- QTINCLUDE = -I $(shell pkg-config --cflags QtCore) ++ QTINCLUDE = $(shell pkg-config --cflags QtCore) + endif + + GTKINCLUDE = $(shell pkg-config --cflags gtk+-2.0 libpng xft) |