summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-21 21:28:17 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-21 21:28:17 +0000
commitecab732bf80862fc3ef8a0d4188e5a224f2527c1 (patch)
treef76f71c5705b899933af2d6d3c5e669c16e0e92a /graphics
parentFind a new master site. (diff)
Be sure to install the libXpm.so link in an a.out world.
Noticed by: Satoshi Asami
Notes
Notes: svn path=/head/; revision=13289
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xpm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
index bce68a97f072..0dcdd6e9193f 100644
--- a/graphics/xpm/Makefile
+++ b/graphics/xpm/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 September 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.16 1998/09/14 19:48:51 markm Exp $
+# $Id: Makefile,v 1.17 1998/09/16 01:36:13 steve Exp $
#
DISTNAME= xpm-3.4k
@@ -17,6 +17,9 @@ USE_IMAKE= yes
MAN1= cxpm.1 sxpm.1
post-install:
+ if [ "${PORTOBJFORMAT}" = "aout" ]; then \
+ ${LN} -sf libXpm.so.4.11 ${PREFIX}/lib/libXpm.so; \
+ fi
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>