pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

freetype2-32: Update buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Sat Jul 20 02:37:26 2019 +0200
Changeset:	4e2a1a25d6fc56842899f91f6d17f72307488961

Modified Files:
	freetype2-32/buildlink3.mk

Log Message:
freetype2-32: Update buildlink3.mk

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4e2a1a25d6fc56842899f91f6d17f72307488961

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 freetype2-32/buildlink3.mk | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diffs:
diff --git a/freetype2-32/buildlink3.mk b/freetype2-32/buildlink3.mk
index 92bb5b4f52..b9364b9cc9 100644
--- a/freetype2-32/buildlink3.mk
+++ b/freetype2-32/buildlink3.mk
@@ -13,24 +13,24 @@ BUILDLINK_LIBDIRS.compat32_freetype2?=		emul/netbsd32/lib/freetype2
 
 BUILDLINK_FILES.compat32_freetype2+=	emul/netbsd32/bin/freetype-config
 
-FREETYPE_CONFIG?=	${BUILDLINK_PREFIX.freetype2}/bin/freetype-config
+FREETYPE_CONFIG?=	${BUILDLINK_PREFIX.freetype2}/emul/netbsd32/bin/freetype-config
 CONFIGURE_ENV+=		FREETYPE_CONFIG=${FREETYPE_CONFIG:Q}
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 
-# pkgbase := freetype2
-# .include "../../mk/pkg-build-options.mk"
+pkgbase := compat32_freetype2
+.include "../../mk/pkg-build-options.mk"
 
-# .if !empty(PKG_BUILD_OPTIONS.freetype2:Mpng)
-# CHECK_BUILTIN.freetype2:=	yes
-# .include "../../graphics/freetype2/builtin.mk"
-# CHECK_BUILTIN.freetype2:=	no
+.if !empty(PKG_BUILD_OPTIONS.compat32_freetype2:Mpng)
+CHECK_BUILTIN.compat32_freetype2:=	yes
+.include "../../wip/freetype2-32/builtin.mk"
+CHECK_BUILTIN.compat32_freetype2:=	no
 
-# .  if empty(USE_BUILTIN.freetype2:M[yY][eE][sS])
-# .    include "../../graphics/png/buildlink3.mk"
-# .  endif
-# .endif
+.  if empty(USE_BUILTIN.compat32_freetype2:M[yY][eE][sS])
+.    include "../../wip/png-32/buildlink3.mk"
+.  endif
+.endif
 
 .endif # COMPAT32_FREETYPE2_BUILDLINK3_MK
 


Home | Main Index | Thread Index | Old Index