JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
this should fix a crash seen on linux as reported here:
[spectrwm.git] / osx / Makefile
index 34e749e..2164fb5 100644 (file)
@@ -29,6 +29,8 @@ scrotwm: scrotwm.o osx.o
 
 libswmhack.so.$(LVERS): 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)
@@ -39,6 +41,7 @@ install: all
        install -m 644 ../scrotwm.1 $(DESTDIR)$(MANDIR)/man1/scrotwm.1
        install -m 644 ../scrotwm_es.1 $(DESTDIR)$(MANDIR)/man1/scrotwm_es.1
        install -m 644 ../scrotwm_it.1 $(DESTDIR)$(MANDIR)/man1/scrotwm_it.1
+       install -m 644 ../scrotwm_pt.1 $(DESTDIR)$(MANDIR)/man1/scrotwm_pt.1
        install -m 644 ../scrotwm_ru.1 $(DESTDIR)$(MANDIR)/man1/scrotwm_ru.1
 
 clean: