File: mac_configure

package info (click to toggle)
asc 2.6.1.0-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 81,740 kB
  • sloc: cpp: 158,704; sh: 11,544; ansic: 6,736; makefile: 604; perl: 138
file content (11 lines) | stat: -rwxr-xr-x 329 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

echo Setting up the build directories for using FINK on MacOS X

export "CXXFLAGS=-I/sw/include/ -L/sw/lib/ $CXXFLAGS"
export   "CFLAGS=-I/sw/include/ -L/sw/lib/ $CFLAGS"
export "PATH=$PATH:/sw/bin/"
if test -e /sw/lib/freetype2/bin/freetype-config; then
  export "PATH=$PATH:/sw/lib/freetype2/bin/"
fi
./configure $*