diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-26 23:26:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-26 23:26:20 +0000 |
commit | 93c18878530d587ffc5bf07f14a4ffe16ab9878e (patch) | |
tree | 44fe19a3dab878ca85c500fcb4889d12e01ae849 /databases/libgdamm | |
parent | 444b4f454f34992a7d9ea7d260aa92d267047f6a (diff) | |
download | ports-93c18878530d587ffc5bf07f14a4ffe16ab9878e.tar.gz ports-93c18878530d587ffc5bf07f14a4ffe16ab9878e.zip |
Notes
Diffstat (limited to 'databases/libgdamm')
-rw-r--r-- | databases/libgdamm/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile index 7ba6cf5ca842..900620679456 100644 --- a/databases/libgdamm/Makefile +++ b/databases/libgdamm/Makefile @@ -29,13 +29,8 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static -BROKEN= "Does not build with libgda-1.3.91" - 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> |