Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155974 | Differences between
and this patch

Collapse All | Expand All

(-)YACS_SRC_5.1.2.old/adm/unix/config_files/ac_linker_options.m4 (+4 lines)
Lines 23-28 Link Here
23
23
24
  AC_CHECKING(for LIB_LOCATION_SUFFIX)
24
  AC_CHECKING(for LIB_LOCATION_SUFFIX)
25
  LIB_LOCATION_SUFFIX=""
25
  LIB_LOCATION_SUFFIX=""
26
  case "$build_cpu" in
27
  x86_64*)  LIB_LOCATION_SUFFIX="64" ;;
28
  *)        LIB_LOCATION_SUFFIX="" ;;
29
  esac
26
  AC_SUBST(LIB_LOCATION_SUFFIX)
30
  AC_SUBST(LIB_LOCATION_SUFFIX)
27
  AC_MSG_RESULT(LIB_LOCATION_SUFFIX is $LIB_LOCATION_SUFFIX)
31
  AC_MSG_RESULT(LIB_LOCATION_SUFFIX is $LIB_LOCATION_SUFFIX)
28
32
(-)YACS_SRC_5.1.2.old/adm/unix/make_begin.am (-1 / +1 lines)
Lines 22-28 Link Here
22
22
23
# Standard directory for installation
23
# Standard directory for installation
24
salomeincludedir   = $(includedir)/salome
24
salomeincludedir   = $(includedir)/salome
25
libdir             = $(prefix)/lib/salome
25
libdir             = $(prefix)/lib$(LIB_LOCATION_SUFFIX)/salome
26
bindir             = $(prefix)/bin/salome
26
bindir             = $(prefix)/bin/salome
27
salomescriptdir    = $(bindir)
27
salomescriptdir    = $(bindir)
28
salomepythondir    = $(pythondir)/salome
28
salomepythondir    = $(pythondir)/salome
(-)YACS_SRC_5.1.2.old/src/genericgui/Makefile.am (-1 / +1 lines)
Lines 16-22 Link Here
16
#
16
#
17
#  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
17
#  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18
#
18
#
19
libdir             = $(prefix)/lib/salome
19
libdir             = $(prefix)/lib$(LIB_LOCATION_SUFFIX)/salome
20
bindir             = $(prefix)/bin/salome
20
bindir             = $(prefix)/bin/salome
21
21
22
lib_LTLIBRARIES = libGenericGui.la
22
lib_LTLIBRARIES = libGenericGui.la

Return to bug 155974