Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / Externals / pkgconfig / Makefile
1 #
2 # Acess2 Externals - pkgconfig
3 # - Patches and Makefile by John Hodge (thePowersGang)
4 #
5
6 DEPS := 
7 TARBALL_PATTERN := pkg-config-*.tar.gz
8 TARBALL_TO_DIR_L := pkg-config-%.tar.gz
9 TARBALL_TO_DIR_R := pkg-config-%
10 PATCHES := 
11 CONFIGURE_LINE = $(SDIR)/configure --prefix=$(BUILD_OUTDIR) --with-internal-glib
12
13 include ../common_automake.mk
14
15
16
17

UCC git Repository :: git.ucc.asn.au