diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-01 07:52:49 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-01 07:52:49 +0800 |
commit | 1aea1be80cb926ab9f996c1944c41137fb7fe752 (patch) | |
tree | 3a8406e0ce281ba371bf8d3eb0afc1eb3cb33652 | |
parent | 8c5c63a3214de3f98900fc77a8635fbaa7875225 (diff) | |
download | marcuscom-ports-1aea1be80cb926ab9f996c1944c41137fb7fe752.tar marcuscom-ports-1aea1be80cb926ab9f996c1944c41137fb7fe752.tar.gz marcuscom-ports-1aea1be80cb926ab9f996c1944c41137fb7fe752.tar.bz2 marcuscom-ports-1aea1be80cb926ab9f996c1944c41137fb7fe752.tar.lz marcuscom-ports-1aea1be80cb926ab9f996c1944c41137fb7fe752.tar.xz marcuscom-ports-1aea1be80cb926ab9f996c1944c41137fb7fe752.tar.zst marcuscom-ports-1aea1be80cb926ab9f996c1944c41137fb7fe752.zip |
- Fix t1lib support so it works (WITH_T1LIB) by s|-lt1lib|-lt1 -lm|
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4672 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/evince/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index aa0a5762e..bba9ee9c6 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.27 2005/08/26 06:26:47 marcus Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.28 2005/08/29 04:37:58 ahze Exp $ # PORTNAME= evince @@ -19,6 +19,7 @@ LIB_DEPENDS= poppler.0:${PORTSDIR}/graphics/poppler USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 +USE_REINPLACE= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GHOSTSCRIPT=yes @@ -103,6 +104,11 @@ pre-everything:: @${ECHO_MSG} .endif +post-patch: + @${REINPLACE_CMD} -e 's|-lt1lib|-lt1 -lm|' \ + ${WRKSRC}/configure \ + ${WRKSRC}/dvi/mdvi-lib/Makefile.in + post-install: @-update-desktop-database |