Disable Xft if WITH_GTK2 is defined in the master mozilla-devel port.
This will avoid accidental creation of a non-working Mozilla. Suggested by: Dan Nelson <dnelson@allantgroup.com>
This commit is contained in:
parent
f04d970aea
commit
7fa7433ab4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73830
5 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,6 @@ MASTERDIR= ${.CURDIR}/../mozilla-devel
|
|||
DESCR= ${PKGDIR}/pkg-descr.gtk2
|
||||
|
||||
WITH_GTK2= yes
|
||||
WITHOUT_XFT= "Causes crashes when used with apps such as Galeon 2"
|
||||
MOZILLA= mozilla-devel-gtk2
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -14,7 +14,6 @@ MASTERDIR= ${.CURDIR}/../mozilla-devel
|
|||
DESCR= ${PKGDIR}/pkg-descr.gtk2
|
||||
|
||||
WITH_GTK2= yes
|
||||
WITHOUT_XFT= "Causes crashes when used with apps such as Galeon 2"
|
||||
MOZILLA= mozilla-devel-gtk2
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -35,6 +35,7 @@ WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securit
|
|||
.if defined(WITH_GTK2)
|
||||
LIB_DEPENDS+= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
|
||||
ORBit-2.0:${PORTSDIR}/devel/ORBit2
|
||||
WITHOUT_XFT= "Mozilla cannot be built with GTK-2.0 and Xft support"
|
||||
.else
|
||||
USE_GNOME= gtk12
|
||||
.endif
|
||||
|
|
|
@ -35,6 +35,7 @@ WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securit
|
|||
.if defined(WITH_GTK2)
|
||||
LIB_DEPENDS+= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
|
||||
ORBit-2.0:${PORTSDIR}/devel/ORBit2
|
||||
WITHOUT_XFT= "Mozilla cannot be built with GTK-2.0 and Xft support"
|
||||
.else
|
||||
USE_GNOME= gtk12
|
||||
.endif
|
||||
|
|
|
@ -35,6 +35,7 @@ WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securit
|
|||
.if defined(WITH_GTK2)
|
||||
LIB_DEPENDS+= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
|
||||
ORBit-2.0:${PORTSDIR}/devel/ORBit2
|
||||
WITHOUT_XFT= "Mozilla cannot be built with GTK-2.0 and Xft support"
|
||||
.else
|
||||
USE_GNOME= gtk12
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue