summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorScott Mace <smace@FreeBSD.org>1998-09-19 19:06:42 +0000
committerScott Mace <smace@FreeBSD.org>1998-09-19 19:06:42 +0000
commitb6f54c73a81750369438b9ae0301526236b365a2 (patch)
treebf03f825b0d677a2778d130a30d6364935befda9 /x11-toolkits
parentFix breakage caused by a recent change to <sys/sem.h> in -stable. (diff)
Convert to ELF
do not strip shared libs
Notes
Notes: svn path=/head/; revision=13251
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/lesstif/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile
index 3d4b23771037..fa44ed04a1b5 100644
--- a/x11-toolkits/lesstif/Makefile
+++ b/x11-toolkits/lesstif/Makefile
@@ -3,7 +3,7 @@
# Date created: December 10, 1996
# Whom: 1wardd@airmail.net
#
-# $Id: Makefile,v 1.22 1998/08/07 22:56:38 asami Exp $
+# $Id: Makefile,v 1.23 1998/08/14 13:41:37 tg Exp $
#
DISTNAME= lesstif-0.86.0
@@ -20,7 +20,7 @@ GNU_CONFIGURE= yes
# comment this and remove the strip statement in post-install for debugging
CONFIGURE_ARGS= --disable-debug
# I don't want to change the shared lib major version number right now.
-CONFIGURE_ARGS+= --enable-back-compat
+CONFIGURE_ARGS+= --enable-back-compat --enable-static --enable-shared
USE_X_PREFIX= yes
MAN1= mwm.1 xmbind.1 lesstif.1
@@ -75,8 +75,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/alt.map ${PREFIX}/lib/X11/mwm
${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/Mwm \
${PREFIX}/lib/X11/app-defaults/Mwm
- /usr/bin/strip ${PREFIX}/lib/libXm.so.1.2 ${PREFIX}/lib/libMrm.so.1.2
- ${LDCONFIG} -m ${PREFIX}/lib
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>