diff options
author | itojun <itojun> | 2000-11-09 14:17:06 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-11-09 14:17:06 +0000 |
commit | 0f68b4a52f3b0199109dd25c578c7a052d9eea6e (patch) | |
tree | 5e3eebdd9188eb15b1fad22915e97909c156c19f | |
parent | c994c4a31b5f8f4d1ea9238589a4084daa4e3fa8 (diff) | |
download | pkgsrc-0f68b4a52f3b0199109dd25c578c7a052d9eea6e.tar.gz |
should not hardcode locale path, or it will choke on Solaris build
-rw-r--r-- | comms/jpilot/Makefile | 4 | ||||
-rw-r--r-- | comms/jpilot/files/patch-sum | 3 | ||||
-rw-r--r-- | comms/jpilot/patches/patch-ad | 13 |
3 files changed, 2 insertions, 18 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 0d9f885f9fc..7c8693dd9f5 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/11/08 17:47:14 itojun Exp $ +# $NetBSD: Makefile,v 1.11 2000/11/09 14:17:06 itojun Exp $ # DISTNAME= jpilot-0.98.1 @@ -21,8 +21,6 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig EVAL_PREFIX+= GTKDIR=gtk+ CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" CONFIGURE_ARGS+= --with-pilot-prefix=${LOCALBASE} -# workaround gettext.m4 bug - may have bad sideeffect -CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl" post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/jpilot/plugins diff --git a/comms/jpilot/files/patch-sum b/comms/jpilot/files/patch-sum index 7629ae6ae5b..d267569c591 100644 --- a/comms/jpilot/files/patch-sum +++ b/comms/jpilot/files/patch-sum @@ -1,6 +1,5 @@ -$NetBSD: patch-sum,v 1.3 2000/11/08 13:11:16 tron Exp $ +$NetBSD: patch-sum,v 1.4 2000/11/09 14:17:06 itojun Exp $ MD5 (patch-aa) = ec235201db3982423443a5a9a71ee5ca MD5 (patch-ab) = 8e4a8bc56a5dc24a1af3ee77b5903fa3 MD5 (patch-ac) = 2e89e4905df99a4287f3d35ca1ea44ae -MD5 (patch-ad) = 369d00a648e89a51cf406bf6897386d5 diff --git a/comms/jpilot/patches/patch-ad b/comms/jpilot/patches/patch-ad deleted file mode 100644 index 46c8c541ecf..00000000000 --- a/comms/jpilot/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2000/11/08 13:11:17 tron Exp $ - ---- po/Makefile.in.in.orig Thu Jun 24 08:07:56 1999 -+++ po/Makefile.in.in Wed Nov 8 14:06:02 2000 -@@ -19,7 +19,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - datadir = $(prefix)/@DATADIRNAME@ --localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - gnulocaledir = $(prefix)/share/locale - gettextsrcdir = $(prefix)/share/gettext/po - subdir = po |