diff options
-rw-r--r-- | misc/kchmviewer/Makefile | 4 | ||||
-rw-r--r-- | misc/kchmviewer/distinfo | 3 | ||||
-rw-r--r-- | misc/kchmviewer/patches/patch-src_src.pro | 10 |
3 files changed, 14 insertions, 3 deletions
diff --git a/misc/kchmviewer/Makefile b/misc/kchmviewer/Makefile index 066c079f306..398c39d4ad7 100644 --- a/misc/kchmviewer/Makefile +++ b/misc/kchmviewer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2016/04/11 19:01:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.57 2016/05/07 10:05:21 joerg Exp $ DISTNAME= kchmviewer-7.2.1 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= misc x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kchmviewer/} diff --git a/misc/kchmviewer/distinfo b/misc/kchmviewer/distinfo index 037acaaa066..7d7afc06d65 100644 --- a/misc/kchmviewer/distinfo +++ b/misc/kchmviewer/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.13 2015/11/03 23:49:39 agc Exp $ +$NetBSD: distinfo,v 1.14 2016/05/07 10:05:21 joerg Exp $ SHA1 (kchmviewer-7.2.1.tar.gz) = 2234ae47e7915aa673cda7e31efe3569cd6c5ddc RMD160 (kchmviewer-7.2.1.tar.gz) = a8e5c18082eb34d9b76abe783494cdeb6bdad4ca SHA512 (kchmviewer-7.2.1.tar.gz) = 16e742a390ab94d3dd2537d4436cd22b90c759fb7698f0c724f2e234f26668076fba40e7c0084c0ec5360fdf213689ca2497aa069d0b52952930400113b9094b Size (kchmviewer-7.2.1.tar.gz) = 342665 bytes SHA1 (patch-po_kchmviewer_it.po) = beca7d046ed0409c2391660b12de5202160bd623 +SHA1 (patch-src_src.pro) = 05bf035ea3dc8160f570e8ec1f24dd979ddef90f diff --git a/misc/kchmviewer/patches/patch-src_src.pro b/misc/kchmviewer/patches/patch-src_src.pro new file mode 100644 index 00000000000..d1d963ec646 --- /dev/null +++ b/misc/kchmviewer/patches/patch-src_src.pro @@ -0,0 +1,10 @@ +$NetBSD: patch-src_src.pro,v 1.1 2016/05/07 10:05:22 joerg Exp $ + +--- src/src.pro.orig 2016-05-06 18:34:34.000000000 +0000 ++++ src/src.pro +@@ -105,3 +105,5 @@ macx-g++: { + linux-g++-32: { + LIBS += -L. + } ++ ++QMAKE_LFLAGS += ${COMPILER_RPATH_FLAG}${X11BASE}/lib |