From d609954c8b132e74eb51c26e4346426a0f12ed65 Mon Sep 17 00:00:00 2001 From: David Voswinkel Date: Wed, 8 Jul 2009 18:27:33 +0200 Subject: [PATCH] add fink library path for os x build --- tools/ucon64/2.0/src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ucon64/2.0/src/Makefile.in b/tools/ucon64/2.0/src/Makefile.in index 7030332..e802704 100644 --- a/tools/ucon64/2.0/src/Makefile.in +++ b/tools/ucon64/2.0/src/Makefile.in @@ -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