File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 33# Editor backups and recovery files
44* ~
55\# * #
6+ .DS_Store
67# build directories
78* .386-x /**
89* .386 /**
1213* .x86_64 /**
1314* .armv7l-x /**
1415* .armv7l /**
16+ * .aarch64-x /**
17+ * .aarch64 /**
1518init.386 /**
1619# core files
1720core
18- * .core
21+ * .core
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ XFILES = $(OBJECTDIR)xmkicon.o \
1414 $(OBJECTDIR)xwinman.o
1515
1616
17- XFLAGS = -I/opt/X11 /include -DXWINDOW -DNOPIXRECT
17+ XFLAGS = -I/opt/local /include -DXWINDOW -DNOPIXRECT
1818
1919# OPTFLAGS is normally -O2.
2020OPTFLAGS = -O1 -g
@@ -25,8 +25,8 @@ DFLAGS = $(DEBUGFLAGS) -DNEW_STORAGE -DMACOSX -DOLD_CURSOR \
2525 -DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
2626 -DRELEASE=351
2727
28- LDFLAGS = -L/opt/X11 /lib -lX11 -lm
29- LDELDFLAGS = -L/opt/X11 /lib -lX11 -lm
28+ LDFLAGS = -L/opt/local /lib -lX11 -lm
29+ LDELDFLAGS = -L/opt/local /lib -lX11 -lm
3030
3131INLINE = # $(SRCDIR)dspSPARC.il
3232BITBLTFILE = # $(OBJECTDIR)bbtSPARC.o
You can’t perform that action at this time.
0 commit comments