diff options
Diffstat (limited to 'databases/libgdamm/Makefile')
-rw-r--r-- | databases/libgdamm/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile index ccf2c86ffde6..7ba6cf5ca842 100644 --- a/databases/libgdamm/Makefile +++ b/databases/libgdamm/Makefile @@ -25,21 +25,12 @@ USE_GCC= 3.4 USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomehack libgda2 -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes 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 \ - ${CP} $$file $$file.tmp; \ - ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \ - $$file.tmp > $$file; \ - ${RM} $$file.tmp; \ - done); - post-patch: @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in |