diff options
author | mi <mi@FreeBSD.org> | 2002-11-01 07:36:04 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2002-11-01 07:36:04 +0800 |
commit | a56af0d54fe551d675c9b915b27a5a1ec7ab12de (patch) | |
tree | 7f7c40aec61f0251084f3a51cdd6a989d8a1ab2e /net/pvm/files | |
parent | 007da02c6d9ff1aebd8516c3352f1d83ad08358d (diff) | |
download | freebsd-ports-gnome-a56af0d54fe551d675c9b915b27a5a1ec7ab12de.tar.gz freebsd-ports-gnome-a56af0d54fe551d675c9b915b27a5a1ec7ab12de.tar.zst freebsd-ports-gnome-a56af0d54fe551d675c9b915b27a5a1ec7ab12de.zip |
Support X11-less installation. One sample executable -- xep -- will not
be built/installed. Add a missing backslash at EOL -- a fresh typo.
Remove a non-existing directory from CFLAGS -- a three year old typo.
Diffstat (limited to 'net/pvm/files')
-rw-r--r-- | net/pvm/files/patch-ab | 4 | ||||
-rw-r--r-- | net/pvm/files/patch-nox11 | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/net/pvm/files/patch-ab b/net/pvm/files/patch-ab index a7b9158db2ac..1f4ca2992ffc 100644 --- a/net/pvm/files/patch-ab +++ b/net/pvm/files/patch-ab @@ -1,4 +1,4 @@ ---- xep/Makefile.aimk.orig Fri Mar 12 22:31:23 1999 +--- xep/Makefile.aimk Fri Mar 12 22:31:23 1999 +++ xep/Makefile.aimk Fri Mar 12 22:35:01 1999 @@ -24,8 +24,8 @@ CFLAGS = $(CFLOPTS) -I$(PVMIDIR) -L$(PVMLDIR) $(ARCHCFLAGS) @@ -6,7 +6,7 @@ XLIBS = -lXaw -lXmu -lXext -lXt -lX11 -XCFLAGS = -I/usr/local/X11R5/include -I/usr/local/X11/include \ - -L/usr/local/X11R5/lib -L/usr/local/X11/lib -+XCFLAGS = -I${X11BASE}/include -I{X11BASE}/X11/include \ ++XCFLAGS = -I${X11BASE}/include \ + -L${X11BASE}/lib HEADERS = $(SDIR)/hostc.h $(SDIR)/imp.h $(SDIR)/myalloc.h \ diff --git a/net/pvm/files/patch-nox11 b/net/pvm/files/patch-nox11 new file mode 100644 index 000000000000..592cc35b2330 --- /dev/null +++ b/net/pvm/files/patch-nox11 @@ -0,0 +1,10 @@ +--- xep/Makefile.aimk Fri Aug 29 10:17:48 1997 ++++ xep/Makefile.aimk Thu Oct 31 18:28:36 2002 +@@ -32,3 +32,7 @@ + ++.if defined(WITHOUT_X11) ++default: mtile$(EXESFX) ++.else + default: mtile$(EXESFX) xep$(EXESFX) ++.endif + |