diff options
author | bland <bland@FreeBSD.org> | 2005-04-22 13:41:26 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2005-04-22 13:41:26 +0800 |
commit | bb6e44f1a6fd5a23df61d91bf52ebdbd04d85680 (patch) | |
tree | c6bc890a4c418c48748c041ecfe134a009450b86 /x11-toolkits/libgnomeuimm26 | |
parent | 4b2e3f9fa9b56c28d8bc1f6ee8825df89b39ce83 (diff) | |
download | freebsd-ports-gnome-bb6e44f1a6fd5a23df61d91bf52ebdbd04d85680.tar.gz freebsd-ports-gnome-bb6e44f1a6fd5a23df61d91bf52ebdbd04d85680.tar.zst freebsd-ports-gnome-bb6e44f1a6fd5a23df61d91bf52ebdbd04d85680.zip |
Fix build failure triggered by pkgconfig update.
Diffstat (limited to 'x11-toolkits/libgnomeuimm26')
-rw-r--r-- | x11-toolkits/libgnomeuimm26/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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}; \ |