Skip to content

Instantly share code, notes, and snippets.

@theirix
Created September 16, 2012 15:18
Show Gist options
  • Save theirix/3732807 to your computer and use it in GitHub Desktop.
Save theirix/3732807 to your computer and use it in GitHub Desktop.
open-jade formula patch for build on osx
--- Makefile.prog.in Tue Jan 22 06:57:53 2002
+++ Makefile.prog.in Tue Jun 11 15:54:36 2002
@@ -12,7 +12,7 @@
ALL_LIBS = $(XLIBS) $(LIBS)
Makefile.lt:
- echo 'LT_LIBS='`echo $(XLIBS)|sed 's/\.a/.la/g'` >Makefile.lt
+ echo 'LT_LIBS='`echo $(XLIBS)|sed 's/\.a/.la/g;s/libosp.la/libosp.dylib/g'` >Makefile.lt
PROG:=$(shell echo "$(PROG)" | sed '@program_transform_name@')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment