diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-12-16 15:12:37 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-12-16 15:12:37 +0000 |
commit | 790bff30d9b4587b83a272169b30864922dd721e (patch) | |
tree | 6bf1eb14ec0c46f70c633f0e60756f5910a0498a /mail | |
parent | f4cf0e72268061bf7963096b47c71d0dd3daba66 (diff) | |
download | ports-790bff30d9b4587b83a272169b30864922dd721e.tar.gz ports-790bff30d9b4587b83a272169b30864922dd721e.zip |
Correct the X11 home so that this compiles.
Notes
Notes:
svn path=/head/; revision=4987
Diffstat (limited to 'mail')
-rw-r--r-- | mail/faces/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/faces/files/patch-aa b/mail/faces/files/patch-aa index 76dae77d3966..417bd453218f 100644 --- a/mail/faces/files/patch-aa +++ b/mail/faces/files/patch-aa @@ -280,8 +280,8 @@ diff -c -N ../faces/Makefile ./Makefile + # library files are not in a standard place, then the following + # two lines should be uncommented, and set appropriately. + # -+ X11INCDIR = -I$(OPENWINHOME)/include -+ X11LIBDIR = -L$(OPENWINHOME)/lib ++ X11INCDIR = -I$(X11BASE)/include ++ X11LIBDIR = -L$(X11BASE)/lib + #------------------------------------------------------------------------ + # If you are compiling the XView version, then the following two lines + # should be uncommented, and set appropriately. |