Skip to content

Commit

Permalink
Add standard X11 include and library locations for Apple-provided X11
Browse files Browse the repository at this point in the history
  • Loading branch information
seththeriault committed Jan 28, 2014
1 parent 2c8842f commit bff623d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For HP-UX 8.00:
# CC = cc -Aa -D_HPUX_SOURCE -I/usr/include/Motif1.1 -I/usr/include/X11R4
# For NeXT:
CC = cc -DNEXT -I /opt/X11/include/ -I /usr/OpenMotif/include -mmacosx-version-min=10.5 -arch i386
CC = cc -DNEXT -I/usr/include/X11 -I/opt/X11/include -I/usr/OpenMotif/include -mmacosx-version-min=10.5 -arch i386
# For Dell SVR4:
# CC = cc -DSVR4
# ----------------------------------------------------------------------------
Expand All @@ -29,7 +29,7 @@ AUX_CFLAGS =
# For HP-UX 8.00:
# X_LIBS = -L/usr/lib/Motif1.1 -lXm -L/usr/lib/X11R4 -lXmu -lXt -lX11
# For NeXT:
X_LIBS = -L/usr/OpenMotif/lib -L /opt/X11/lib -lXm -lXmu -lXt -lX11
X_LIBS = -L/usr/OpenMotif/lib -L/usr/X11/lib -L/opt/X11/lib -lXm -lXmu -lXt -lX11
# For nearly everyone else:
# X_LIBS = -lXm -lXmu -lXt -lX11
# For Sun's (at least running X/Motif as installed on our machines):
Expand Down

0 comments on commit bff623d

Please sign in to comment.