mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Remove irrelevant giflib references
Add USE_LIBTOOL to remove .la files Discussed with: maintainer
This commit is contained in:
parent
127577ee39
commit
e5fd1c4b6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25952
@ -18,9 +18,9 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
|
||||
-I${LOCALBASE}/include/giflib" \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
@ -1,12 +1,11 @@
|
||||
bin/build-guile-gtk
|
||||
bin/guile-gtk
|
||||
bin/guile-gtk-1.2
|
||||
include/guile-gtk.h
|
||||
lib/libguiledlopenhelper.a
|
||||
lib/libguiledlopenhelper.la
|
||||
lib/libguiledlopenhelper.so
|
||||
lib/libguiledlopenhelper.so.0
|
||||
lib/libguilegtk-1.2.a
|
||||
lib/libguilegtk-1.2.la
|
||||
lib/libguilegtk-1.2.so
|
||||
lib/libguilegtk-1.2.so.0
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
Loading…
Reference in New Issue
Block a user