1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-04 18:34:14 +00:00

X11 definitions moved for MacPorts X11

This commit is contained in:
Larry Masinter
2020-12-23 11:01:10 -08:00
parent 3ef2d12115
commit e801373222
2 changed files with 7 additions and 4 deletions

5
.gitignore vendored
View File

@@ -3,6 +3,7 @@
# Editor backups and recovery files
*~
\#*#
.DS_Store
# build directories
*.386-x/**
*.386/**
@@ -12,7 +13,9 @@
*.x86_64/**
*.armv7l-x/**
*.armv7l/**
*.aarch64-x/**
*.aarch64/**
init.386/**
# core files
core
*.core
*.core

View File

@@ -14,7 +14,7 @@ XFILES = $(OBJECTDIR)xmkicon.o \
$(OBJECTDIR)xwinman.o
XFLAGS = -I/opt/X11/include -DXWINDOW -DNOPIXRECT
XFLAGS = -I/opt/local/include -DXWINDOW -DNOPIXRECT
# OPTFLAGS is normally -O2.
OPTFLAGS = -O1 -g
@@ -25,8 +25,8 @@ DFLAGS = $(DEBUGFLAGS) -DNEW_STORAGE -DMACOSX -DOLD_CURSOR \
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
-DRELEASE=351
LDFLAGS = -L/opt/X11/lib -lX11 -lm
LDELDFLAGS = -L/opt/X11/lib -lX11 -lm
LDFLAGS = -L/opt/local/lib -lX11 -lm
LDELDFLAGS = -L/opt/local/lib -lX11 -lm
INLINE = # $(SRCDIR)dspSPARC.il
BITBLTFILE = # $(OBJECTDIR)bbtSPARC.o