mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
35cf5bb596
PR: 84940 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> Approved by: perky (mentor)
23 lines
538 B
Plaintext
23 lines
538 B
Plaintext
--- Makefile.in.orig Sun Aug 25 10:29:52 2002
|
|
+++ Makefile.in Tue Aug 9 15:09:49 2005
|
|
@@ -14,8 +14,8 @@
|
|
#
|
|
|
|
# if you have libXss.so, then uncomment the next two lines
|
|
-#CFLAGS_XSS = -DHAVE_SHARED_XSS
|
|
-#LIB_XSS = -L/usr/X11R6/lib -lXss
|
|
+CFLAGS_XSS = -DHAVE_SHARED_XSS
|
|
+LIB_XSS = -L/usr/X11R6/lib -lXss
|
|
|
|
|
|
SHELL = @SHELL@
|
|
@@ -145,7 +145,7 @@
|
|
|
|
tkXwin_version = 1:0:0
|
|
|
|
-INCLUDES = $(TCL_INCLUDES) $(TK_XINCLUDES) $(CFLAGS_XSS)
|
|
+INCLUDES = $(TCL_INCLUDES) $(TK_INCLUDES) $(TK_XINCLUDES) $(CFLAGS_XSS)
|
|
|
|
common_sources = tkXwin.c
|
|
|