mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
50bfd62861
Approved by: will
23 lines
508 B
Plaintext
23 lines
508 B
Plaintext
--- Makefile.orig Fri May 5 12:57:18 2000
|
|
+++ Makefile Thu May 11 16:03:04 2000
|
|
@@ -7,13 +7,12 @@
|
|
|
|
####### Compiler, tools and options
|
|
|
|
-CC = g++
|
|
-CFLAGS = -Wall -W -O2 -fno-strength-reduce
|
|
-INCPATH = -I$(QTDIR)/include
|
|
-LINK = g++
|
|
-LFLAGS = -static
|
|
-LIBS = -L$(QTDIR)/lib -lqt -L/usr/X11R6/lib -lX11
|
|
-MOC = moc
|
|
+CFLAGS += -Wall -W -fno-strength-reduce
|
|
+INCPATH = -I$(X11BASE)/include/qt2 -I$(X11BASE)/include
|
|
+LINK = $(CXX)
|
|
+LFLAGS =
|
|
+LIBS = -L$(X11BASE)/lib -lqt2 -lX11
|
|
+MOC = moc2
|
|
|
|
####### Files
|
|
|