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 /comms/jpilot/Makefile | |
parent | c994c4a31b5f8f4d1ea9238589a4084daa4e3fa8 (diff) | |
download | pkgsrc-0f68b4a52f3b0199109dd25c578c7a052d9eea6e.tar.gz |
should not hardcode locale path, or it will choke on Solaris build
Diffstat (limited to 'comms/jpilot/Makefile')
-rw-r--r-- | comms/jpilot/Makefile | 4 |
1 files changed, 1 insertions, 3 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 |