aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 05:37:37 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 05:37:37 +0000
commitc2e72ecb4e55e0535db90476a44e49dac3006bac (patch)
tree7c25ef4b0509c29ea0a3ff551024188782b1d8d2 /databases
parent6eda6d867e0266ed1aeaa676421fd5639cd08ef9 (diff)
downloadports-c2e72ecb4e55e0535db90476a44e49dac3006bac.tar.gz
ports-c2e72ecb4e55e0535db90476a44e49dac3006bac.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/libgdamm/Makefile6
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>