mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
1f3f8daeb9
C(XX)FLAGS. Also make it look in the right directory for Qt includes. This commit is required for me to update twinlib.
12 lines
419 B
Plaintext
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
|