1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/audio/rat30/files/patch-Makefile_FreeBSD_6
Erwin Lansing 4b54e19fce Fix on 6.x
PR:		92828
Submitted by:	rik
2006-04-28 08:32:23 +00:00

10 lines
365 B
Plaintext

--- Makefile_FreeBSD_6.orig Sun Oct 20 14:03:11 2002
+++ Makefile_FreeBSD_6 Sun Oct 20 14:03:06 2002
@@ -0,0 +1,6 @@
+TCL_INC = /usr/local/include/tcl8.2
+TK_INC = /usr/local/include/tk8.2
+INCS = -I/usr/X11R6/include \
+ -I$(TCL_INC)/generic -I$(TK_INC)/generic
+LDLIBS = -L/usr/local/lib \
+ -L/usr/X11R6/lib -ltk82 -ltcl82 -lXext -lX11 -lm