summaryrefslogtreecommitdiff
path: root/www/galeon2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-24 05:46:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-24 05:46:09 +0000
commit73f9d1897cbad7731dd8b37c694b2dc342dbbd35 (patch)
tree209d28eab72d626a0abc2026aef007376fd7bd73 /www/galeon2
parentAdd missing rmdir. (diff)
Install the pkg-config files with a -devel suffix to avoid a conflict with
mozilla-gtk2. Teach galeon2 to use these new files. Note, any other app that depends on these files not having the optional -devel suffix will need to be re-educated as well.
Notes
Notes: svn path=/head/; revision=79561
Diffstat (limited to 'www/galeon2')
-rw-r--r--www/galeon2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile
index 3f1a6dac1e87..6cd3a88857d8 100644
--- a/www/galeon2/Makefile
+++ b/www/galeon2/Makefile
@@ -76,6 +76,7 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g'