From 96ac4fa96ab7568fdf8e23d7ed7ed1b402f2a3c8 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 25 Dec 2009 01:59:31 +0100 Subject: Fixing darwin9 compilation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 30f1f46..3018a3f 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ USR=/usr/i686-apple-darwin9 FINK=$(USR) LIBXM = $(FINK) endif -LIBXM = $(FINK)/sw/lib/libXm.a +LIBXM = $(FINK)/sw/lib/libXm.a -lXp else ARCH_FLAGS=-march=i686 -m32 SHARED_FLAGS=-shared -- cgit v1.2.3