1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Add a patch to build with XFree86 4.0.3.

This is soon to be moved into the libh repository in a modified version.
This commit is contained in:
Alexander Langer 2001-05-07 11:25:40 +00:00
parent 653a341429
commit 4865f47e09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42352

11
misc/libh/patch-aa Normal file
View File

@ -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