]> git.pld-linux.org Git - packages/Xconfigurator.git/blame - Xconfigurator-config.patch
- added using %%{__make} macro.
[packages/Xconfigurator.git] / Xconfigurator-config.patch
CommitLineData
2d94a27a
JR
1diff -ur Xconfigurator-4.2.3.orig/pci-probing/Makefile Xconfigurator-4.2.3/pci-probing/Makefile
2--- Xconfigurator-4.2.3.orig/pci-probing/Makefile Thu Oct 8 21:49:24 1998
3+++ Xconfigurator-4.2.3/pci-probing/Makefile Tue Jul 13 16:33:18 1999
4@@ -1,5 +1,5 @@
5-DEBUGFLAGS = -g
6-CC = egcs
7+DEBUGFLAGS = $(RPM_OPT_FLAGS)
8+CC = gcc
9 CFLAGS = -Wall $(DEBUGFLAGS) $(INCLUDEPATH) -D_GNU_SOURCE=1 -O
10 LDFLAGS = $(LIBPATH)
11
12diff -ur Xconfigurator-4.2.3.orig/sbus-probing/Makefile Xconfigurator-4.2.3/sbus-probing/Makefile
13--- Xconfigurator-4.2.3.orig/sbus-probing/Makefile Thu Feb 18 17:30:53 1999
14+++ Xconfigurator-4.2.3/sbus-probing/Makefile Tue Jul 13 16:33:05 1999
15@@ -1,4 +1,4 @@
16-DEBUGFLAGS = -g
17+DEBUGFLAGS = $(RPM_OPT_FLAGS)
18 CFLAGS = -Wall $(DEBUGFLAGS) $(INCLUDEPATH) -D_GNU_SOURCE=1
19 LDFLAGS = $(LIBPATH)
20
This page took 0.024115 seconds and 4 git commands to generate.