reorder patches and fix broken port.

This commit is contained in:
turan 2000-04-21 21:26:17 +00:00
parent cd8baf9aa6
commit cdd7faa33c
10 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--- src/Makefile.orig Sun Apr 13 21:50:29 1997
+++ src/Makefile Thu Jun 19 14:11:42 1997
--- src/Makefile.orig Sun Apr 13 13:50:29 1997
+++ src/Makefile Sat Apr 15 01:02:14 2000
@@ -6,16 +6,22 @@
# DO NOT put a blank between the path and the #, or you'll get compile errors.
#
@ -56,7 +56,7 @@
BSDIG_C = -ansi -I/usr/X11/include -DBSD -DRABBITS -DNOLOCK -DNOREGEX -Dbsdi
NBSD_C = -ansi -I/usr/X11R6/include -DBSD -DRABBITS -DNOLOCK -DNOREGEX\
-DNO_MOTIF
+OBSD_C = $(CFLAGS) -ansi -I/usr/X11R6/include -DBSD -DFLOCK -DRABBITS -Dopenbsd -DSTDLIBMALLOC
+OBSD_C = $(CFLAGS) -ansi -I/usr/local/include -I/usr/X11R6/include -DBSD -DFLOCK -DRABBITS -Dopenbsd -DSTDLIBMALLOC
+IBM_C = -O -I/usr/include/X11 -D_ALL_SOURCE -DIBM -DAIXV3 -DNOMSEP -DRABBITS
+PS2_C = -O -I/usr/include/X11 -D_POSIX_SOURCE\
LINUX_C = -D_POSIX_SOURCE -DNOLOCK -DLINUX
@ -66,7 +66,7 @@
BSDIG_L2= -L/usr/X11/lib -lc
NBSD_L1 = -L/usr/X11R6/lib -lXm -lXt -lX11
NBSD_L2 = -L/usr/X11R6/lib -lc
+OBSD_L1 = -L/usr/X11R6/lib ${MOTIFLIB} -lXt -lX11 -lXext -lc
+OBSD_L1 = -L /usr/local/lib -L/usr/X11R6/lib ${MOTIFLIB} -lXt -lX11 -lXext -lc
+OBSD_L2 = -lc
LINUX_L1= -L/usr/lib/X11R6/lib -lXm -lXt -lX11 -lXpm -lc -lXext
LINUX_L2= -lc