aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2005-04-22 05:41:26 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2005-04-22 05:41:26 +0000
commit22b9c80eab348e6ca6fa91b0d137c371753e17a2 (patch)
treec5c2bb1e22f14cdfbcc07fa66e4aad4a1e84b794 /x11-toolkits
parent96c78cdd40f8e0423c8d7e86fa243a64a75c0c93 (diff)
downloadports-22b9c80eab348e6ca6fa91b0d137c371753e17a2.tar.gz
ports-22b9c80eab348e6ca6fa91b0d137c371753e17a2.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libgnomeprintuimm/Makefile2
-rw-r--r--x11-toolkits/libgnomeuimm26/Makefile2
-rw-r--r--x11-toolkits/libpanelappletmm/Makefile2
3 files changed, 6 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}; \
diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile
index 7f4bb83e2fa9..945dbcb22147 100644
--- a/x11-toolkits/libgnomeuimm26/Makefile
+++ b/x11-toolkits/libgnomeuimm26/Makefile
@@ -39,6 +39,8 @@ 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}; \
diff --git a/x11-toolkits/libpanelappletmm/Makefile b/x11-toolkits/libpanelappletmm/Makefile
index 687fd2618863..a27fc110abea 100644
--- a/x11-toolkits/libpanelappletmm/Makefile
+++ b/x11-toolkits/libpanelappletmm/Makefile
@@ -35,5 +35,7 @@ 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
.include <bsd.port.mk>