1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/tmake/files/patch-ab
Alexander Langer 5bfa5c6ce1 Port x11-toolkits/qt23 introduces a new library qtgl to make use of
OpenGL inside of Qt applications. It is a Good Thing (tm) to take care
of that in this port instead of patching Makefiles in other ports that
make use of tmake.

Currently there seem to be no ports that make use of tmake and don't
depend on OpenGL. But they should not be affected anyway as the qtgl
library does contain all symbols from the qt lib.

PR:		26495
Submitted by:	maintainer
2001-05-09 10:15:13 +00:00

28 lines
824 B
Plaintext

--- lib/freebsd-g++/tmake.conf Sat Nov 4 19:00:02 2000
+++ lib/freebsd-g++/tmake.conf.new Wed Apr 11 11:36:10 2001
@@ -31,7 +31,7 @@
TMAKE_LIBDIR = /usr/local/lib
TMAKE_INCDIR_X11 = /usr/X11R6/include
TMAKE_LIBDIR_X11 = /usr/X11R6/lib
-TMAKE_INCDIR_QT = $(QTDIR)/include
+TMAKE_INCDIR_QT = $(QTDIR)/include/qt2
TMAKE_LIBDIR_QT = $(QTDIR)/lib
TMAKE_INCDIR_OPENGL = /usr/X11R6/include
TMAKE_LIBDIR_OPENGL = /usr/X11R6/lib
@@ -51,12 +51,12 @@
TMAKE_LIBS =
TMAKE_LIBS_X11 = -lXext -lX11 -lm
TMAKE_LIBS_X11SM = -lICE -lSM
-TMAKE_LIBS_QT = -lqt
-TMAKE_LIBS_QT_THREAD = -lqt-mt
+TMAKE_LIBS_QT = -lqtgl
+TMAKE_LIBS_QT_THREAD = -lqt2-mt
TMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu
TMAKE_LIBS_THREAD =
-TMAKE_MOC = $(QTDIR)/bin/moc
+TMAKE_MOC = $(QTDIR)/bin/moc2
TMAKE_UIC = $(QTDIR)/bin/uic
TMAKE_AR = ar cqs