diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-09 14:11:49 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-09 14:11:49 +0800 |
commit | af051a77cf3d88e2b6e729a4df5b644f54c9ddc0 (patch) | |
tree | 93c1742bcb87d243218e7f0741d1d15b1c211640 /databases/mergeant | |
parent | df6c80d935c976cc9b09c51eed15bc5ab0a35e21 (diff) | |
download | marcuscom-ports-af051a77cf3d88e2b6e729a4df5b644f54c9ddc0.tar marcuscom-ports-af051a77cf3d88e2b6e729a4df5b644f54c9ddc0.tar.gz marcuscom-ports-af051a77cf3d88e2b6e729a4df5b644f54c9ddc0.tar.bz2 marcuscom-ports-af051a77cf3d88e2b6e729a4df5b644f54c9ddc0.tar.lz marcuscom-ports-af051a77cf3d88e2b6e729a4df5b644f54c9ddc0.tar.xz marcuscom-ports-af051a77cf3d88e2b6e729a4df5b644f54c9ddc0.tar.zst marcuscom-ports-af051a77cf3d88e2b6e729a4df5b644f54c9ddc0.zip |
Look for libgda/libgnomedb pkg-config files with the correct
names. This post-patch will most likely be unnecessarily after
the next mergeant update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4206 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/mergeant')
-rw-r--r-- | databases/mergeant/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile index 66fc39935..2e73488c0 100644 --- a/databases/mergeant/Makefile +++ b/databases/mergeant/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/mergeant/Makefile,v 1.11 2005/06/28 05:39:58 adamw Exp $ +# $MCom: ports/databases/mergeant/Makefile,v 1.12 2005/07/01 17:55:37 marcus Exp $ # PORTNAME= mergeant @@ -24,7 +24,14 @@ USE_PERL5= yes USE_AUTOTOOLS= libtool:15 INSTALLS_OMF= yes INSTALLS_SHLIB= yes +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +#remove this with the next update +post-patch: + @${REINPLACE_CMD} -e "s|libgda|libgda-2.0|g; \ + s|libgnomedb|libgnomedb-2.0|g" \ + ${WRKSRC}/configure + .include <bsd.port.mk> |