From: Marco Peereboom Date: Sun, 17 Jan 2010 16:49:49 +0000 (+0000) Subject: Add commented line for OSX 10.5 X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=e2133878b135a725441c528cf4216f0fb6722b87;p=spectrwm.git Add commented line for OSX 10.5 --- 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)