diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-05 13:37:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-05 13:37:37 +0800 |
commit | 3cdffabfdb54b59eb5955c27c6c8a88464e6b037 (patch) | |
tree | a9b5fc70263cc5ad9b9b18694bad90c5c059fd59 /databases | |
parent | 3b1a1c3711d0e490a0c5ecc74a673f6e51eeb51c (diff) | |
download | freebsd-ports-gnome-3cdffabfdb54b59eb5955c27c6c8a88464e6b037.tar.gz freebsd-ports-gnome-3cdffabfdb54b59eb5955c27c6c8a88464e6b037.tar.zst freebsd-ports-gnome-3cdffabfdb54b59eb5955c27c6c8a88464e6b037.zip |
Update to 1.3.6.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgdamm/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile index 8dbde0ba72bc..6a1b9164115a 100644 --- a/databases/libgdamm/Makefile +++ b/databases/libgdamm/Makefile @@ -3,6 +3,7 @@ # Whom: Alexander Nedotsukov <bland@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/databases/libgdamm/Makefile,v 1.3 2005/10/14 20:39:55 adamw Exp $ # PORTNAME= libgdamm @@ -28,6 +29,8 @@ USE_INC_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static +BROKEN= "Does not build with libgda-1.3.91" + patch-autotools: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ @@ -40,5 +43,8 @@ patch-autotools: post-patch: @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in +# remove after next update!! + @${REINPLACE_CMD} -e "s|libgda >=|libgda-2.0 >=|g" \ + ${WRKSRC}/configure .include <bsd.port.mk> |