diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-05-08 19:54:30 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-05-08 19:54:30 +0000 |
commit | 9a47bd0e877caf5a6c607a9760c07f5b542cf8f2 (patch) | |
tree | 9c0329d450034c0b1b67e26b524b24cbe917fec8 /misc/libh/patch-aa | |
parent | update IPv6 patch to 20010508b. (diff) |
Update to latest snapshot and remove the now uneeded patch-aa, which was
bad anyways [1].
Submitted by: nra
[1] Yes, you were right, Will. Bad Alex, no cookie.
Notes
Notes:
svn path=/head/; revision=42427
Diffstat (limited to 'misc/libh/patch-aa')
-rw-r--r-- | misc/libh/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/libh/patch-aa b/misc/libh/patch-aa deleted file mode 100644 index e7243cb6182c..000000000000 --- a/misc/libh/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |