diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-05-07 11:25:40 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-05-07 11:25:40 +0000 |
commit | 4865f47e098a44e41a4bd5be4ce5adcf995f9a99 (patch) | |
tree | efa2b527f880d06d0c7eca21633cecc833176324 /misc | |
parent | This was the wrong directory. (diff) |
Add a patch to build with XFree86 4.0.3.
This is soon to be moved into the libh repository in a modified version.
Notes
Notes:
svn path=/head/; revision=42352
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libh/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/libh/patch-aa b/misc/libh/patch-aa new file mode 100644 index 000000000000..e7243cb6182c --- /dev/null +++ b/misc/libh/patch-aa @@ -0,0 +1,11 @@ +--- bin/tclh/Makefile.orig Sun May 6 15:41:26 2001 ++++ bin/tclh/Makefile Sun May 6 15:41:45 2001 +@@ -33,7 +33,7 @@ + .if defined(NOSHARED) + LDADD+= -lstdc++ -ldisk -lfetch -lz -lcom_err + .if !defined(NOQT) +-LDADD+= -L/usr/X11R6/lib -lqt2 -lX11 -lXext -lSM -ljpeg -lpng -lmng -llcms -lICE -lz ++LDADD+= -L/usr/X11R6/lib -lqt2 -lXext -lSM -ljpeg -lpng -lmng -llcms -lICE -lz -lXft -lXrender -lfreetype -lX11 + .endif + .if !defined(NOTVISION) + LDADD+= -ltvision -lncurses |