diff options
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 7ba6cf5ca84..90062067945 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> |