* Force the issue of using -lintl and buildlink.
* Don't run autoconf.
This commit is contained in:
parent
256947341f
commit
658938036b
3 changed files with 4 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.8 2001/08/12 08:26:56 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2001/08/17 19:04:58 fredb Exp $
|
||||
|
||||
DISTNAME= xchat-1.8.2
|
||||
CATEGORIES= chat x11 gnome
|
||||
|
@ -16,7 +16,7 @@ USE_GMAKE= YES
|
|||
USE_PERL5= YES
|
||||
USE_X11BASE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ENV+= ac_cv_lib_intl_bindtextdomain='yes'
|
||||
MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
|
||||
|
||||
# Prevent invokation of "auto*" which caused build failures due to insufficient
|
||||
|
@ -24,7 +24,7 @@ MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
|
|||
pre-configure:
|
||||
@cd ${WRKSRC} && \
|
||||
${RM} -f po/zh_TW.Big5.po && \
|
||||
${TOUCH} aclocal.m4 stamp-h.in config.status && \
|
||||
${TOUCH} aclocal.m4 stamp-h.in configure && \
|
||||
${FIND} . -name Makefile.in | ${XARGS} ${TOUCH}
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.7 2001/08/12 11:08:12 martin Exp $
|
||||
$NetBSD: distinfo,v 1.8 2001/08/17 19:04:59 fredb Exp $
|
||||
|
||||
SHA1 (xchat-1.8.2.tar.bz2) = 18fa80ddfe4863e92a03afbf5ea4302c82b14308
|
||||
Size (xchat-1.8.2.tar.bz2) = 618960 bytes
|
||||
SHA1 (patch-aa) = d870e35dae1fdfe976cbe9572146438ae0620dd3
|
||||
SHA1 (patch-ab) = 141689091f4533456050b1ab931af9390945d81f
|
||||
SHA1 (patch-ac) = 10dce1c565b8d95fd6b4941ddb1fbf7bb82e52ed
|
||||
SHA1 (patch-ad) = e34e451e6697452adc4af588fa48c11109788d7e
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
$NetBSD: patch-ad,v 1.2 2001/08/12 11:08:12 martin Exp $
|
||||
|
||||
--- src/fe-text/Makefile.in.orig Sun Aug 12 12:44:53 2001
|
||||
+++ src/fe-text/Makefile.in Sun Aug 12 12:52:14 2001
|
||||
@@ -119,7 +119,7 @@
|
||||
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
-LIBS = @LIBS@
|
||||
+LIBS = @LIBS@ ${INTLLIBS}
|
||||
@USE_MYGLIB_FALSE@xchat_text_OBJECTS = fe-text.o
|
||||
@USE_MYGLIB_TRUE@xchat_text_OBJECTS = fe-text.o glib.o
|
||||
xchat_text_DEPENDENCIES = ../common/libxchatmain.a
|
||||
|
Loading…
Reference in a new issue