1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/tmake/files/patch-ab
Will Andrews 1f3f8daeb9 Smack tmake into allowing environment-override C(C,XX) as well as
C(XX)FLAGS. Also make it look in the right directory for Qt includes.

This commit is required for me to update twinlib.
2000-04-07 01:34:34 +00:00

12 lines
419 B
Plaintext

--- lib/freebsd-g++/tmake.conf Wed Jul 28 11:21:38 1999
+++ lib/freebsd-g++/tmake.conf.new Thu Apr 6 20:56:26 2000
@@ -29,7 +29,7 @@
TMAKE_LIBDIR =
TMAKE_INCDIR_X11 = /usr/X11R6/include
TMAKE_LIBDIR_X11 = /usr/X11R6/lib
-TMAKE_INCDIR_QT = $(QTDIR)/include
+TMAKE_INCDIR_QT = $(QTDIR)/include/X11/qt
TMAKE_LIBDIR_QT = $(QTDIR)/lib
TMAKE_INCDIR_OPENGL = /usr/X11R6/include
TMAKE_LIBDIR_OPENGL = /usr/X11R6/lib