pkgsrc/net/kphone/patches/patch-ak
joerg 6a1f571296 kphone uses lrelease from qt3-tools, so depend on it and change Makefile
to not expect it in PATH. Add DragonFly support and don't try to link
with libresolv on DragonFly.
2006-01-22 01:31:43 +00:00

13 lines
258 B
Text

$NetBSD: patch-ak,v 1.3 2006/01/22 01:31:43 joerg Exp $
--- po/Makefile.in.orig 2006-01-22 01:06:33.000000000 +0000
+++ po/Makefile.in
@@ -11,7 +11,7 @@ QM=$(TS:.ts=.qm)
.SUFFIXES:.ts .qm
.ts.qm:
- lrelease $<
+ ${QTDIR}/bin/lrelease $<
all: $(QM)