diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /databases/libgdamm | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'databases/libgdamm')
-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 |