1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/pvm/files/patch-ab
Mikhail Teterin d515a78c14 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.
2002-10-31 23:36:04 +00:00

14 lines
541 B
Plaintext

--- 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)
LIBS = -l$(PVMLIB) $(ARCHLIB) $(OS2XEPLIBS)
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 \
+ -L${X11BASE}/lib
HEADERS = $(SDIR)/hostc.h $(SDIR)/imp.h $(SDIR)/myalloc.h \
$(PVMIDIR)/pvm3.h $(PVMDIR)/src/bfunc.h