diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-30 18:46:36 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-30 18:46:36 +0000 |
commit | 201512ac87d12344e25682eff33f4fabec80b978 (patch) | |
tree | b1861dce5b6eb43e87a5b19fc774d0dd57c15483 /x11-wm/wmcp/files | |
parent | 3d882ed96bcf8ec69cc2971833538bb631df9ca1 (diff) | |
download | ports-201512ac87d12344e25682eff33f4fabec80b978.tar.gz ports-201512ac87d12344e25682eff33f4fabec80b978.zip |
Notes
Diffstat (limited to 'x11-wm/wmcp/files')
-rw-r--r-- | x11-wm/wmcp/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/wmcp/files/patch-aa b/x11-wm/wmcp/files/patch-aa new file mode 100644 index 000000000000..60aa9ba1d268 --- /dev/null +++ b/x11-wm/wmcp/files/patch-aa @@ -0,0 +1,10 @@ +--- Makefile.orig Tue Feb 9 23:16:16 1999 ++++ Makefile Tue Feb 9 23:16:34 1999 +@@ -1,6 +1,6 @@ + + +-INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11 ++INCLUDES =-I/usr/X11R6/include/X11 -I/usr/X11R6/include -I/usr/local/include -I/usr/include/X11R6/X11 + LIBINC =-L/usr/X11R6/lib -L/usr/include/lib + LIBS = -lm -lX11 -lXpm -lXext + |