summaryrefslogtreecommitdiff
path: root/cad/mars/files/patch-08
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-01-31 09:12:58 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-01-31 09:12:58 +0000
commit30fb1088d302933bcf6db87b2b1dd22a66e7e9fe (patch)
tree276e7d09a0f7aa28a07c30d9f2d13be03551429e /cad/mars/files/patch-08
parentUpdate to 9.8.7. (diff)
- Remove cad/mars -- does not build, no releases in the past 20 years
Notes
Notes: svn path=/head/; revision=341952
Diffstat (limited to 'cad/mars/files/patch-08')
-rw-r--r--cad/mars/files/patch-0822
1 files changed, 0 insertions, 22 deletions
diff --git a/cad/mars/files/patch-08 b/cad/mars/files/patch-08
deleted file mode 100644
index ffb4e6cc53ad..000000000000
--- a/cad/mars/files/patch-08
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.XMotif.orig Tue Mar 15 16:47:48 1994
-+++ Makefile.XMotif Sun Sep 13 13:46:54 1998
-@@ -5,8 +5,8 @@
-
- # You need to supply directories for libraries and include files
- # only if they are not in a standard directory.
--LIBDIRS =
--INCDIRS =
-+LIBDIRS = -L$(LOCALBASE)/lib
-+INCDIRS = -I$(LOCALBASE)/include
- #LIBDIRS = -L/usr/imports/lib/X11R5
- #INCDIRS = -I/usr/imports/include/X11R5 -I/usr/imports/include
-
-@@ -45,7 +45,7 @@
-
- mars: $(OBJS) libs
- @ cd sim; make stat $(EXPORT)
-- $(CC) $(GFLAG) -o mars $(OBJS) sim/stat.o $(MARSLIBS) -lm -lXm -lXt -lX11
-+ $(CC) $(GFLAG) -o mars $(OBJS) sim/stat.o $(MARSLIBS) -lm $(MOTIFLIB) -lXt -lX11
-
-
- install: depend mars