diff options
author | markm <markm@FreeBSD.org> | 1996-12-16 23:12:37 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-12-16 23:12:37 +0800 |
commit | 3254d0756693b7957e5323a2bea5c52981d77576 (patch) | |
tree | 57a676946ecbc2af9c4169624abb1b5d4fd645f1 /mail | |
parent | 32a5f0eb49436b8204d7c0bb9fb99cff388342e9 (diff) | |
download | freebsd-ports-gnome-3254d0756693b7957e5323a2bea5c52981d77576.tar.gz freebsd-ports-gnome-3254d0756693b7957e5323a2bea5c52981d77576.tar.zst freebsd-ports-gnome-3254d0756693b7957e5323a2bea5c52981d77576.zip |
Correct the X11 home so that this compiles.
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. |