shithub: rgbds

Download patch

ref: a8c603a7e89320d4fe501058804b8409380283b2
parent: 97a31c8fc07e419b783cc2610251acb4856adc43
author: Anthony J. Bentley <[email protected]>
date: Sun Sep 4 21:41:23 EDT 2016

Removed the wrong pkg-config.

--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+PKG_CONFIG =	pkg-config
 WARNFLAGS =	-Wall -Werror=implicit
 PNGFLAGS !=	${PKG_CONFIG} --cflags libpng
 REALCFLAGS =	${CFLAGS} ${WARNFLAGS} ${PNGFLAGS} -Iinclude -g \
@@ -8,7 +9,6 @@
 BINPREFIX =	${PREFIX}/bin
 MANPREFIX =	${PREFIX}/man
 Q =		@
-PKG_CONFIG =	pkg-config
 
 rgbasm_obj = \
 	src/asm/asmy.o \