aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpeg-mmx
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-09-14 19:36:37 +0000
committerMark Murray <markm@FreeBSD.org>1998-09-14 19:36:37 +0000
commit3e4b869a322118441f57f118cf4161a63ad36cc4 (patch)
treea35d944a91ff1fa1c9e2b797d426d6e9fe21d44d /graphics/jpeg-mmx
parent96b0027413fbf02b15e1ec261f24eb8fa1e624f5 (diff)
downloadports-3e4b869a322118441f57f118cf4161a63ad36cc4.tar.gz
ports-3e4b869a322118441f57f118cf4161a63ad36cc4.zip
Notes
Diffstat (limited to 'graphics/jpeg-mmx')
-rw-r--r--graphics/jpeg-mmx/Makefile4
-rw-r--r--graphics/jpeg-mmx/pkg-plist7
2 files changed, 6 insertions, 5 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile
index f6ba48555f8c..ab6a306f8d8d 100644
--- a/graphics/jpeg-mmx/Makefile
+++ b/graphics/jpeg-mmx/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 November 1994
# Whom: smace
#
-# $Id: Makefile,v 1.14 1997/07/17 15:12:43 max Exp $
+# $Id: Makefile,v 1.15 1998/04/15 21:32:49 jseger Exp $
#
DISTNAME= jpegsrc.v6b
@@ -19,6 +19,6 @@ CONFIGURE_ARGS= --enable-shared --enable-static
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
post-install:
- ${LDCONFIG} -m ${PREFIX}/lib
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/graphics/jpeg-mmx/pkg-plist b/graphics/jpeg-mmx/pkg-plist
index a8a4362605f1..eea7385d3349 100644
--- a/graphics/jpeg-mmx/pkg-plist
+++ b/graphics/jpeg-mmx/pkg-plist
@@ -8,8 +8,9 @@ include/jerror.h
include/jmorecfg.h
include/jpeglib.h
lib/libjpeg.a
+@exec ranlib %D/%F
lib/libjpeg.la
lib/libjpeg.so
-lib/libjpeg.so.9.0
-@exec /sbin/ldconfig -m %B
-@unexec /sbin/ldconfig -R
+lib/libjpeg.so.9
+@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
+@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R