]> git.pld-linux.org Git - packages/quakeforge.git/blame - quakeforge-libdir.patch
- don't include <sys/io.h> and <asm/io.h>, they are even not needed
[packages/quakeforge.git] / quakeforge-libdir.patch
CommitLineData
11c3a9a0
JB
1--- quakeforge-0.5.4/ruamoko/lib/Makefile.am.orig 2003-04-13 22:43:52.000000000 +0200
2+++ quakeforge-0.5.4/ruamoko/lib/Makefile.am 2004-04-11 19:17:22.136009670 +0200
3@@ -1,9 +1,9 @@
4 AUTOMAKE_OPTIONS= foreign
5
6-libdir=$(prefix)/lib/ruamoko
7+ruamokolibdir=$(libdir)/ruamoko
8
9 QFCC=$(top_builddir)/tools/qfcc/source/qfcc$(EXEEXT)
10-QCFLAGS=-qq -g -Werror
11+QCFLAGS=-qq -Werror
12 QCPPFLAGS=$(INCLUDES)
13 PAK=$(top_builddir)/tools/pak/pak$(EXEEXT)
14 RANLIB=touch
15@@ -17,7 +17,7 @@
16 libs=
17 endif
18
19-lib_LIBRARIES= $(libs)
20+ruamokolib_LIBRARIES= $(libs)
21 EXTRA_LIBRARIES= $(ruamoko_libs)
22
23 %.qfo: %.r
This page took 0.029137 seconds and 4 git commands to generate.