summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-25 01:59:31 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-25 01:59:31 +0100
commit96ac4fa96ab7568fdf8e23d7ed7ed1b402f2a3c8 (patch)
tree39c464ed6c9a87190b524c8e1776861613046745
parent9f4c235dd7eba4f62bce7b271a0e114973babadd (diff)
Fixing darwin9 compilation.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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