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 /devel/gconfmm26 | |
parent | 96c78cdd40f8e0423c8d7e86fa243a64a75c0c93 (diff) |
Fix build failure triggered by pkgconfig update.
Notes
Notes:
svn path=/head/; revision=133910
Diffstat (limited to 'devel/gconfmm26')
-rw-r--r-- | devel/gconfmm26/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile index 4845e1a14cd2..f11917c32a47 100644 --- a/devel/gconfmm26/Makefile +++ b/devel/gconfmm26/Makefile @@ -36,6 +36,9 @@ PLIST_SUB= VERSION="2.6" API_VERSION="2.6" post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ + ${WRKSRC}/tools/extra_defs_gen/Makefile.in + patch-autotools: @(cd ${PATCH_WRKSRC}; \ |