diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-09-14 19:36:37 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-09-14 19:36:37 +0000 |
commit | 3e4b869a322118441f57f118cf4161a63ad36cc4 (patch) | |
tree | a35d944a91ff1fa1c9e2b797d426d6e9fe21d44d /graphics/jpeg-mmx/Makefile | |
parent | Generalise the fetch process, and allow those outside the USA to (diff) |
ELF conversions as per Satoshi's instructions.
Notes
Notes:
svn path=/head/; revision=13112
Diffstat (limited to 'graphics/jpeg-mmx/Makefile')
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 4 |
1 files changed, 2 insertions, 2 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> |