diff options
author | jseger <jseger@FreeBSD.org> | 2000-03-21 22:57:39 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 2000-03-21 22:57:39 +0800 |
commit | f11224364ad403eeac8638b582566e732446d7ba (patch) | |
tree | 722d97e5ef5325b8b8f7337ca8b134d2c3c9703b /graphics | |
parent | 97c5593867c7b2fa639d74df15df824d0ccafb2f (diff) | |
download | freebsd-ports-gnome-f11224364ad403eeac8638b582566e732446d7ba.tar.gz freebsd-ports-gnome-f11224364ad403eeac8638b582566e732446d7ba.tar.zst freebsd-ports-gnome-f11224364ad403eeac8638b582566e732446d7ba.zip |
Add USE_LIBTOOL, remove libtool patch. This should allow building
on 5.X
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 1 | ||||
-rw-r--r-- | graphics/jpeg/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index ae70abc14f16..2dfd6e40aa23 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/Makefile @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/jpeg-6b GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-static MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 +USE_LIBTOOL= yes post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index ae70abc14f16..2dfd6e40aa23 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/jpeg-6b GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-static MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 +USE_LIBTOOL= yes post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib |