Change libtool from 1.3 to 1.5 to avoid install the .la files.
Reported by: pointyhat via kris
This commit is contained in:
parent
a3dce096c4
commit
60c1fc233b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125019
2 changed files with 2 additions and 9 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= py-gtk
|
||||
PORTVERSION= 0.6.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits python
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/gnome-python/1.4
|
||||
|
@ -26,7 +27,7 @@ USE_BZIP2= yes
|
|||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomelibs gdkpixbuf libglade
|
||||
USE_PYTHON= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
USE_LIBTOOL_VER=15
|
||||
CONFIGURE_ENV= PYTHON=${PYTHON_CMD}
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
|
|
|
@ -3,14 +3,6 @@ $FreeBSD$
|
|||
|
||||
--- configure.orig Sat Aug 24 10:37:08 2002
|
||||
+++ configure Wed Aug 28 20:20:53 2002
|
||||
@@ -7372,6 +7372,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
@@ -8888,6 +8889,7 @@
|
||||
#line $LINENO "configure"
|
||||
#include "confdefs.h"
|
||||
|
|
Loading…
Reference in a new issue