add fink library path for os x build

This commit is contained in:
David Voswinkel 2009-07-08 18:27:33 +02:00
parent 05db3108a2
commit d609954c8b

View File

@ -7,8 +7,8 @@
@DEFINE_LIBCD64_MAKE@
CC=@CC@
CFLAGS=-I. -Wall -W -O3 @DEFS@
LDFLAGS=-s
CFLAGS=-I. -Wall -W -O3 @DEFS@ -I/opt/local/include
LDFLAGS=-s -L/opt/local/lib
TARGETS=
ifdef USE_DISCMAGE