aboutsummaryrefslogtreecommitdiffstats
path: root/www/flock
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2003-01-18 09:19:31 +0800
committeralane <alane@FreeBSD.org>2003-01-18 09:19:31 +0800
commit56e032ef63480d2e9d92ccc7f235b8a59f27b033 (patch)
tree0c8afca1943491da7ef40b41ae4d1abbc09b53a3 /www/flock
parent6911f1c77e69d63dae016d555ed576a14c11fbc3 (diff)
downloadfreebsd-ports-gnome-56e032ef63480d2e9d92ccc7f235b8a59f27b033.tar.gz
freebsd-ports-gnome-56e032ef63480d2e9d92ccc7f235b8a59f27b033.tar.zst
freebsd-ports-gnome-56e032ef63480d2e9d92ccc7f235b8a59f27b033.zip
remove ignore setting based on lfp fonts
Diffstat (limited to 'www/flock')
-rw-r--r--www/flock/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile
index 0ea3630c8bf4..a01bf2e81ec3 100644
--- a/www/flock/Makefile
+++ b/www/flock/Makefile
@@ -79,25 +79,6 @@ CONFIGURE_ENV+= WITHOUT_XFT=yes
LIB_DEPENDS+= Xft2.2:${PORTSDIR}/x11-fonts/Xft
.endif # !defined(WITHOUT_XFT)
-# check for known bad fonts
-.if exists(${X11BASE}/lib/X11/fonts/lfpfonts-var/fonts.dir)
-BAD_FONTS=yes
-.endif # exists(${X11BASE}/lib/X11/fonts/lfpfonts-var/fonts.dir)
-.if exists(${X11BASE}/lib/X11/fonts/lfpfonts-fix/fonts.dir)
-BAD_FONTS=yes
-.endif # exists(${X11BASE}/lib/X11/fonts/lfpfonts-var/fonts.dir)
-
-.if defined(BAD_FONTS) && !defined(WITHOUT_XFT)
-.undef NO_IGNORE
-BROKEN= You have X fonts installed [lfpfonts*] that cause breakage unless
-BROKEN+=WITHOUT_XFT is set, which turns off AntiAliasing. Please either
-BROKEN+=uninstall the fonts or restart the make with \'make -DWITHOUT_XFT\'.
-BROKEN+=There may be other third party font packages that also cause this
-BROKEN+=breakage. If you find a font port that verifiably causes breakage,
-BROKEN+=please let us know by mailing ${MAINTAINER}. Thank you.
-BROKEN+=NOTE: The Microsoft webfonts port is known to be safe.
-.endif # defined(BAD_FONTS) && !defined(WITHOUT_XFT)
-
CPPFLAGS+= -I${X11BASE}/include
CFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= -L${X11BASE}/lib