mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
As a result of the conversion to single libtool, the glib/gtk 1.2.x
libraries have now moved from <lib>12.so to <lib>-12.so Approved by: portmgr (kris)
This commit is contained in:
parent
8503536d38
commit
888e973cd3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156750
@ -118,14 +118,14 @@ libghttp_LIB_DEPENDS= ghttp.1:${PORTSDIR}/www/libghttp
|
||||
libghttp_DETECT= ${LOCALBASE}/etc/ghttpConf.sh
|
||||
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
glib12_LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12
|
||||
glib12_LIB_DEPENDS= glib-12.3:${PORTSDIR}/devel/glib12
|
||||
glib12_CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
|
||||
glib12_MAKE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
|
||||
glib12_DETECT= ${GLIB_CONFIG}
|
||||
glib12_USE_GNOME_IMPL= pkgconfig
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
gtk12_LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
||||
gtk12_LIB_DEPENDS= gtk-12.2:${PORTSDIR}/x11-toolkits/gtk12
|
||||
gtk12_CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
||||
gtk12_MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
||||
gtk12_DETECT= ${GTK_CONFIG}
|
||||
@ -611,14 +611,7 @@ _USE_GNOME+= ${${component}_USE_GNOME_IMPL} ${component}
|
||||
# Then handle the ltverhack component (it has to be done here, because
|
||||
# we rely on some bsd.autotools.mk variables, and bsd.autotools.mk is
|
||||
# included in the post-makefile section).
|
||||
.if defined(AUTOTOOL_libtool_inc)
|
||||
ltverhack_PRE_PATCH= ${CP} -pf ${LTMAIN} ${WRKDIR}/gnome-ltmain.sh && \
|
||||
for file in ${LIBTOOLFILES}; do \
|
||||
${REINPLACE_CMD} -e \
|
||||
'/^ltmain=/!s|$$ac_aux_dir/ltmain\.sh|${LIBTOOLFLAGS} ${WRKDIR}/gnome-ltmain.sh|g' \
|
||||
${PATCH_WRKSRC}/$$file; \
|
||||
done;
|
||||
.elif defined(AUTOTOOL_libtool)
|
||||
.if defined(AUTOTOOL_libtool)
|
||||
ltverhack_PRE_PATCH= ${CP} -pf ${LTMAIN} ${WRKDIR}/gnome-ltmain.sh && \
|
||||
${CP} -pf ${LIBTOOL} ${WRKDIR}/gnome-libtool && \
|
||||
for file in ${LIBTOOLFILES}; do \
|
||||
|
Loading…
Reference in New Issue
Block a user