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 /x11-toolkits/libgnomeprintuimm | |
parent | 96c78cdd40f8e0423c8d7e86fa243a64a75c0c93 (diff) | |
download | ports-22b9c80eab348e6ca6fa91b0d137c371753e17a2.tar.gz ports-22b9c80eab348e6ca6fa91b0d137c371753e17a2.zip |
Fix build failure triggered by pkgconfig update.
Notes
Notes:
svn path=/head/; revision=133910
Diffstat (limited to 'x11-toolkits/libgnomeprintuimm')
-rw-r--r-- | x11-toolkits/libgnomeprintuimm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/libgnomeprintuimm/Makefile b/x11-toolkits/libgnomeprintuimm/Makefile index 3ee5e140fe52..3afd3e3ee892 100644 --- a/x11-toolkits/libgnomeprintuimm/Makefile +++ b/x11-toolkits/libgnomeprintuimm/Makefile @@ -33,6 +33,8 @@ PLIST_SUB= VERSION="2.5" API_VERSION="2.6" post-patch: @${REINPLACE_CMD} -e 's|2\.0|2.6|' ${WRKSRC}/tools/m4/Makefile.in + @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ + ${WRKSRC}/tools/extra_defs_gen/Makefile.in patch-autotools: @(cd ${PATCH_WRKSRC}; \ |