aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-08-31 12:40:36 +0800
committerdinoex <dinoex@FreeBSD.org>2006-08-31 12:40:36 +0800
commit3cd5279ad8a5c6b6c3136f952f9fbcaee7c2c723 (patch)
tree63cae11781a1be6f7c1c287d33c06e12bd617242
parent0a459b4b79fd5778675aec63c1576dde2257678c (diff)
downloadfreebsd-ports-gnome-3cd5279ad8a5c6b6c3136f952f9fbcaee7c2c723.tar.gz
freebsd-ports-gnome-3cd5279ad8a5c6b6c3136f952f9fbcaee7c2c723.tar.zst
freebsd-ports-gnome-3cd5279ad8a5c6b6c3136f952f9fbcaee7c2c723.zip
- unbreak package build
backout USE_LDCONFIG Reported by: pointyhat 2006 Aug 28 06:08:20 lesstif-0.95.0,2.log libdata/ldconfig/lesstif 2006 Aug 25 01:30:35 lesstif-0.95.0,2.log libdata/ldconfig/lesstif 2006 Aug 23 10:13:56 lesstif-0.95.0,2.log libdata/ldconfig/lesstif http://pointyhat.freebsd.org/errorlogs/amd64-7-latest/lesstif-0.95.0,2.log
-rw-r--r--x11-toolkits/lesstif/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile
index 6502b2a17598..e46b0ccf3678 100644
--- a/x11-toolkits/lesstif/Makefile
+++ b/x11-toolkits/lesstif/Makefile
@@ -21,7 +21,9 @@ CONFLICTS?= open-motif-*
USE_BZIP2= yes
USE_AUTOTOOLS= automake:19:env autoconf:259 libtool:15
USE_X_PREFIX= yes
-USE_LDCONFIG= yes
+# broken ...
+#USE_LDCONFIG= yes
+INSTALLS_SHLIB= yes
LIBTOOLFILES= aclocal.m4 test/aclocal.m4
CONFIGURE_ARGS+= --enable-static --enable-shared --enable-production
CONFIGURE_ARGS+= --disable-maintainer-mode