From e2133878b135a725441c528cf4216f0fb6722b87 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Sun, 17 Jan 2010 16:49:49 +0000 Subject: [PATCH] Add commented line for OSX 10.5 --- osx/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/osx/Makefile b/osx/Makefile index 256bcf4..5f09d43 100644 --- a/osx/Makefile +++ b/osx/Makefile @@ -28,7 +28,9 @@ scrotwm: scrotwm.o osx.o $(CC) $(CFLAGS) -c -fpic -DPIC $+ -o $@ libswmhack.so.$(LVERS): swm_hack.so - $(CC) -shared -bundle -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so + $(CC) -shared -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so +# replace above line with this for OSX 10.5 +# $(CC) -shared -bundle -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so install: all install -m 755 -d $(DESTDIR)$(BINDIR) -- 1.7.10.4