diff options
author | itojun <itojun> | 2000-11-09 14:17:06 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-11-09 14:17:06 +0000 |
commit | 56aa538d153b8a195163b43340432281bcef755d (patch) | |
tree | 5e3eebdd9188eb15b1fad22915e97909c156c19f /comms/jpilot/Makefile | |
parent | c685313f9805a2149c44ad57f6851499c9f7cb20 (diff) | |
download | pkgsrc-56aa538d153b8a195163b43340432281bcef755d.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 |