diff options
-rw-r--r-- | irc/xchat-gnome/Makefile | 3 | ||||
-rw-r--r-- | irc/xchat/Makefile | 3 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 3 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 891097078967..aa2ce4497f7e 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -58,7 +58,8 @@ CONFIGURE_ARGS+= --enable-gdk-pixbuf USE_GNOME= yes CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \ --enable-zvt -MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" +MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" \ + utildir="${PREFIX}/share/gnome/apps/Internet" .else CONFIGURE_ARGS+= --disable-gnome --disable-zvt .endif diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 891097078967..aa2ce4497f7e 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -58,7 +58,8 @@ CONFIGURE_ARGS+= --enable-gdk-pixbuf USE_GNOME= yes CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \ --enable-zvt -MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" +MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" \ + utildir="${PREFIX}/share/gnome/apps/Internet" .else CONFIGURE_ARGS+= --disable-gnome --disable-zvt .endif diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 891097078967..aa2ce4497f7e 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -58,7 +58,8 @@ CONFIGURE_ARGS+= --enable-gdk-pixbuf USE_GNOME= yes CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \ --enable-zvt -MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" +MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" \ + utildir="${PREFIX}/share/gnome/apps/Internet" .else CONFIGURE_ARGS+= --disable-gnome --disable-zvt .endif diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 891097078967..aa2ce4497f7e 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -58,7 +58,8 @@ CONFIGURE_ARGS+= --enable-gdk-pixbuf USE_GNOME= yes CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \ --enable-zvt -MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" +MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" \ + utildir="${PREFIX}/share/gnome/apps/Internet" .else CONFIGURE_ARGS+= --disable-gnome --disable-zvt .endif |