From a64268a2983c37584544d2ffba0461e4d70c868a Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Wed, 5 Sep 2001 20:12:17 +0000 Subject: Fix installation and packaging with GNOME. --- irc/xchat/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'irc/xchat') diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index f08990a31183..57edd91041fc 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -34,7 +34,8 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS+= --disable-python \ --without-included-gettext \ --enable-nls \ - --enable-ipv6 + --enable-ipv6 \ + --datadir="${PREFIX}/share" .include @@ -52,6 +53,7 @@ CONFIGURE_ARGS+= --enable-openssl .if defined(HAVE_GNOME) USE_GNOME= yes CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf +MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" .else CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf .endif @@ -59,12 +61,8 @@ CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf post-patch: @${PERL} -pi \ -e 's|-lpthread|${PTHREAD_LIBS}|g;' \ - -e 's|DATADIRNAME=lib|DATADIRNAME=share|g;' \ -e 's|iconv|giconv|;' \ ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi \ - -e 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g;' \ - -e 's|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g;' @${PERL} -pi -e 's|iconv\.h|giconv.h|;' \ ${WRKSRC}/src/common/jcode.c -- cgit v1.2.3