From c2e72ecb4e55e0535db90476a44e49dac3006bac Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 5 Nov 2005 05:37:37 +0000 Subject: [PATCH] Update to 1.3.6. --- databases/libgdamm/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 # # $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