libdrawtext
diff examples/unicode/Makefile @ 63:0c60394f6737
fixed to work on freebsd
author | John Tsiombikas <nuclear@mutantstargoat.com> |
---|---|
date | Wed, 05 Oct 2011 02:27:08 +0300 |
parents | 9d44f6b0591f |
children | 03699346d59f |
line diff
1.1 --- a/examples/unicode/Makefile Tue Sep 20 15:22:52 2011 +0300 1.2 +++ b/examples/unicode/Makefile Wed Oct 05 02:27:08 2011 +0300 1.3 @@ -2,8 +2,8 @@ 1.4 bin = unicode 1.5 1.6 CC = gcc 1.7 -CFLAGS = -pedantic -Wall -g -I../../src 1.8 -LDFLAGS = -L. -ldrawtext $(libgl) 1.9 +CFLAGS = -pedantic -Wall -g -I../../src -I/usr/local/include 1.10 +LDFLAGS = -L. -L/usr/local/lib -ldrawtext $(libgl) 1.11 1.12 fonts = serif.ttf cjk.ttf klingon.ttf 1.13