diff options
author | tron <tron> | 2000-09-04 17:38:48 +0000 |
---|---|---|
committer | tron <tron> | 2000-09-04 17:38:48 +0000 |
commit | 3e7f572d0e2d1df76e63a8e571720a0056fc3d12 (patch) | |
tree | 0dc395c299ad29a74f60062487b5d8a761227e4f /net/xchat | |
parent | 51b3f7cb18f8a97ee1416ffc97c2af5569f9cc37 (diff) | |
download | pkgsrc-3e7f572d0e2d1df76e63a8e571720a0056fc3d12.tar.gz |
Make sure that "xchat" packages find "libintl.h" if "xpkgwedge" is not
used. Problem pointed out by Jeff Rizzo in PR pkg/10946.
Diffstat (limited to 'net/xchat')
-rw-r--r-- | net/xchat/Makefile | 8 | ||||
-rw-r--r-- | net/xchat/files/patch-sum | 3 | ||||
-rw-r--r-- | net/xchat/patches/patch-aa | 13 |
3 files changed, 19 insertions, 5 deletions
diff --git a/net/xchat/Makefile b/net/xchat/Makefile index ef2f0307069..71dcb872022 100644 --- a/net/xchat/Makefile +++ b/net/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/09/01 13:50:51 wennmach Exp $ +# $NetBSD: Makefile,v 1.15 2000/09/04 17:38:48 tron Exp $ DISTNAME= xchat-1.5.7 CATEGORIES= net x11 gnome @@ -11,17 +11,15 @@ HOMEPAGE= http://xchat.org/ DEPENDS+= gnome-core>=1.0.55:../../x11/gnome-core DEPENDS+= python>=1.5.2:../../lang/python -GNU_CONFIGURE= yes USE_GMAKE= yes USE_PERL5= yes USE_X11BASE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include pre-configure: @${TOUCH} ${WRKSRC}/stamp-h.in -#post-configure: -# @cd ${WRKSRC} && ${LN} -fs myconfig.h config.h - post-install: ${MKDIR} ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat diff --git a/net/xchat/files/patch-sum b/net/xchat/files/patch-sum new file mode 100644 index 00000000000..ff21d283b3f --- /dev/null +++ b/net/xchat/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.4 2000/09/04 17:38:50 tron Exp $ + +MD5 (patch-aa) = ff8eb13504f803a9645491831d805f11 diff --git a/net/xchat/patches/patch-aa b/net/xchat/patches/patch-aa new file mode 100644 index 00000000000..fd36a61cbd2 --- /dev/null +++ b/net/xchat/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.5 2000/09/04 17:38:50 tron Exp $ + +--- po/Makefile.in.in.orig Sun Oct 31 12:17:50 1999 ++++ po/Makefile.in.in Mon Sep 4 19:30:55 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 |