diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-04-22 05:41:26 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-04-22 05:41:26 +0000 |
commit | 22b9c80eab348e6ca6fa91b0d137c371753e17a2 (patch) | |
tree | c5c2bb1e22f14cdfbcc07fa66e4aad4a1e84b794 /databases/libgdamm | |
parent | 96c78cdd40f8e0423c8d7e86fa243a64a75c0c93 (diff) | |
download | ports-22b9c80eab348e6ca6fa91b0d137c371753e17a2.tar.gz ports-22b9c80eab348e6ca6fa91b0d137c371753e17a2.zip |
Notes
Diffstat (limited to 'databases/libgdamm')
-rw-r--r-- | databases/libgdamm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile index 756f6fae7c2a..8dbde0ba72bc 100644 --- a/databases/libgdamm/Makefile +++ b/databases/libgdamm/Makefile @@ -22,6 +22,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GCC= 3.4 USE_GMAKE= yes +USE_REINPLACE= yes USE_GNOME= gnomehack libgda2 USE_INC_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes @@ -36,4 +37,8 @@ patch-autotools: ${RM} $$file.tmp; \ done); +post-patch: + @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ + ${WRKSRC}/tools/extra_defs_gen/Makefile.in + .include <bsd.port.mk> |