Skip to content

Instantly share code, notes, and snippets.

@drewr
Created November 20, 2008 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drewr/27063 to your computer and use it in GitHub Desktop.
Save drewr/27063 to your computer and use it in GitHub Desktop.
#!/bin/sh
# port install jpeg libpng xpm
CPPFLAGS=-I/opt/local/include; export CPPFLAGS
LDFLAGS=-L/opt/local/lib; export LDFLAGS
./configure \
--prefix=/usr/local/pkgs/emacs \
--with-ns \
--without-x \
--with-jpeg \
--with-xpm \
--with-png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment