Marcel Telka
2023-11-02 c298f2539e04f4936cc3f97857c678d6926e58cf
GConf: autoreconf needs PATH

2 files modified
6 ■■■■ changed files
components/desktop/gnome2/GConf/Makefile 4 ●●●● patch | view | raw | blame | history
components/desktop/gnome2/GConf/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/desktop/gnome2/GConf/Makefile
@@ -18,7 +18,7 @@
COMPONENT_NAME=         GConf
COMPONENT_VERSION=      2.32.4
COMPONENT_REVISION=     10
COMPONENT_REVISION=     11
COMPONENT_SUMMARY=      GNOME Configuration Framework
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.bz2
@@ -32,7 +32,7 @@
PATH= $(PATH.gnu)
COMPONENT_PREP_ACTION = (cd $(@D) && autoreconf --install --force)
COMPONENT_PREP_ACTION = (cd $(@D) && PATH="$(PATH)" autoreconf --install --force)
COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
CONFIGURE_SCRIPT =$(@D)/configure
components/desktop/gnome2/GConf/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2022 <contributor>
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)