aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/qlwm/files/patch-src_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/qlwm/files/patch-src_Makefile')
-rw-r--r--x11-wm/qlwm/files/patch-src_Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-wm/qlwm/files/patch-src_Makefile b/x11-wm/qlwm/files/patch-src_Makefile
new file mode 100644
index 000000000000..69e19afc14fe
--- /dev/null
+++ b/x11-wm/qlwm/files/patch-src_Makefile
@@ -0,0 +1,20 @@
+--- src/Makefile.orig Tue Oct 17 05:05:22 2000
++++ src/Makefile Thu Jan 25 16:54:44 2001
+@@ -7,7 +7,7 @@
+ #CXXFLAGS = -pipe -DDEBUGMSG
+
+ # include files
+-INCPATH = -I/usr/X11R6/include -I$(QTDIR)/include
++INCPATH= -I${X11BASE}/include/qt2 -I${X11BASE}/include
+
+ # libraries
+ LFLAGS = -L/usr/X11R6/lib -L$(QTDIR)/lib
+@@ -30,7 +30,7 @@
+ .SUFFIXES: .cpp
+
+ .cpp.o:
+- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
++ $(CXX) $(CXXFLAGS) $(INCPATH) -o $@ -c $<
+
+ ####### Build rules
+