diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-24 13:46:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-24 13:46:09 +0800 |
commit | 605531b645c604f0ccd228c1b5c16f9228bab999 (patch) | |
tree | 36b31087f8fe8961da6430f904c48ca02569e503 /www/galeon2 | |
parent | c5069191fc42c9e21dbb0292424ed01d1d66befc (diff) | |
download | freebsd-ports-gnome-605531b645c604f0ccd228c1b5c16f9228bab999.tar.gz freebsd-ports-gnome-605531b645c604f0ccd228c1b5c16f9228bab999.tar.zst freebsd-ports-gnome-605531b645c604f0ccd228c1b5c16f9228bab999.zip |
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.
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 1 |
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' |