diff options
author | tron <tron@pkgsrc.org> | 2003-03-18 13:56:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-03-18 13:56:31 +0000 |
commit | a62d25bc20a539001b5883e12da61da38a599f9e (patch) | |
tree | 464fc6255ffc2ab50ea3e867ded326e67a387e63 /fonts/fontconfig | |
parent | 129d0572bd73ba1dd69c695868b2ba897a3fb459 (diff) | |
download | pkgsrc-a62d25bc20a539001b5883e12da61da38a599f9e.tar.gz |
Revert last change because XFree86 4.3.0's "fontconfig" and "Xft" library
are linked with the bundled "expat" library which is quite old. This would
lead to shared library conflicts sooner or later.
Diffstat (limited to 'fonts/fontconfig')
-rw-r--r-- | fonts/fontconfig/buildlink2.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/fonts/fontconfig/buildlink2.mk b/fonts/fontconfig/buildlink2.mk index e368208bf5e..428d523f0fb 100644 --- a/fonts/fontconfig/buildlink2.mk +++ b/fonts/fontconfig/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.3 2003/03/13 20:38:41 tron Exp $ +# $NetBSD: buildlink2.mk,v 1.4 2003/03/18 13:56:31 tron Exp $ # # This Makefile fragment is included by packages that use fontconfig. # @@ -8,18 +8,12 @@ .if !defined(FONTCONFIG_BUILDLINK2_MK) FONTCONFIG_BUILDLINK2_MK= # defined -.include "../../mk/bsd.prefs.mk" - -.if exists(${X11BASE}/bin/fontconfig-config) -BUILDLINK_PREFIX.fontconfig= ${X11BASE} -.else BUILDLINK_PACKAGES+= fontconfig BUILDLINK_DEPENDS.fontconfig?= fontconfig>=2.1nb1 BUILDLINK_PKGSRCDIR.fontconfig?= ../../fonts/fontconfig EVAL_PREFIX+= BUILDLINK_PREFIX.fontconfig=fontconfig BUILDLINK_PREFIX.fontconfig_DEFAULT= ${LOCALBASE} -.endif BUILDLINK_FILES.fontconfig+= include/fontconfig/fcfreetype.h BUILDLINK_FILES.fontconfig+= include/fontconfig/fcprivate.h BUILDLINK_FILES.fontconfig+= include/fontconfig/fontconfig.h |