Lines 26-40
Link Here
|
26 |
USE_GMAKE= yes |
26 |
USE_GMAKE= yes |
27 |
USE_GETTEXT= yes |
27 |
USE_GETTEXT= yes |
28 |
USE_LDCONFIG= yes |
28 |
USE_LDCONFIG= yes |
|
|
29 |
USE_CSTD= gnu89 |
29 |
MAKE_JOBS_SAFE= yes |
30 |
MAKE_JOBS_SAFE= yes |
30 |
WANT_GNOME= yes |
31 |
WANT_GNOME= yes |
31 |
USE_GNOME= intltool |
32 |
USE_GNOME= intltool |
32 |
GNU_CONFIGURE= yes |
33 |
GNU_CONFIGURE= yes |
|
|
34 |
CPPFLAGS= ${CFLAGS} -I${LOCALBASE}/include -fPIC |
33 |
CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} --enable-security \ |
35 |
CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} --enable-security \ |
34 |
--with-xgnokiidir=${PREFIX}/share |
36 |
--with-xgnokiidir=${PREFIX}/share |
35 |
CONFIGURE_ENV+= MSGFMT="${LOCALBASE}/bin/msgfmt" \ |
37 |
CONFIGURE_ENV+= MSGFMT="${LOCALBASE}/bin/msgfmt" \ |
36 |
XGETTEXT="${LOCALBASE}/bin/xgettext" \ |
38 |
XGETTEXT="${LOCALBASE}/bin/xgettext" \ |
37 |
CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -fPIC" \ |
|
|
38 |
LDFLAGS="-L${LOCALBASE}/lib" \ |
39 |
LDFLAGS="-L${LOCALBASE}/lib" \ |
39 |
LIBS="-L${WRKSRC}/common -L${LOCALBASE}/lib" \ |
40 |
LIBS="-L${WRKSRC}/common -L${LOCALBASE}/lib" \ |
40 |
PKG_CONFIG="${LOCALBASE}/bin/pkg-config" |
41 |
PKG_CONFIG="${LOCALBASE}/bin/pkg-config" |