diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-04 02:44:22 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-04 02:44:22 +0800 |
commit | b39999a620cd5ff2fce4ee0272f87a23d432c5d5 (patch) | |
tree | 249dfcf6c1e1d2b2874167a7792894735ba102c0 | |
parent | f36f796cf25e2d516bee880a29db8a48c311b172 (diff) | |
download | marcuscom-ports-b39999a620cd5ff2fce4ee0272f87a23d432c5d5.tar marcuscom-ports-b39999a620cd5ff2fce4ee0272f87a23d432c5d5.tar.gz marcuscom-ports-b39999a620cd5ff2fce4ee0272f87a23d432c5d5.tar.bz2 marcuscom-ports-b39999a620cd5ff2fce4ee0272f87a23d432c5d5.tar.lz marcuscom-ports-b39999a620cd5ff2fce4ee0272f87a23d432c5d5.tar.xz marcuscom-ports-b39999a620cd5ff2fce4ee0272f87a23d432c5d5.tar.zst marcuscom-ports-b39999a620cd5ff2fce4ee0272f87a23d432c5d5.zip |
We don't need this hack anymore to build on sparc64.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4684 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/librsvg2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index cb29e6f53..b47ffa42f 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.61 2005/08/27 04:13:22 marcus Exp $ +# $MCom: ports/graphics/librsvg2/Makefile,v 1.62 2005/08/29 16:13:28 marcus Exp $ # PORTNAME= librsvg2 @@ -102,9 +102,6 @@ post-patch: ${WRKSRC}/configure .endif -pre-build: - @${REINPLACE_CMD} -E -e 's|-O2||g' ${WRKSRC}/Makefile - .if defined(WITH_MOZILLA_PLUGIN) post-install: ${MKDIR} ${PREFIX}/lib/browser_plugins |