File: Makefile.rej

package info (click to toggle)
gmod 3.1-2
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 1,348 kB
  • ctags: 808
  • sloc: cpp: 7,755; makefile: 82
file content (29 lines) | stat: -rw-r--r-- 822 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
***************
*** 6,18 ****
  # Note:  do not define both USE_NCURSES and USE_X at the same time.
  
  # Use the next line for shared libqt
- #LIBS = -lX11 -lqt
  # Use the next line for static libqt
- LIBS = -lX11 /usr/local/qt/lib/libqt.a
  
  DEFINES = -DUSE_X
- INCLUDES = -I/usr/local/qt/include
- LIBDIRS = -L/usr/X11R6/lib -L/usr/local/qt/lib
  CC = g++
  
  CFLAGS = -O2 -m486 -fomit-frame-pointer -fno-strength-reduce -w
--- 6,18 ----
  # Note:  do not define both USE_NCURSES and USE_X at the same time.
  
  # Use the next line for shared libqt
+ LIBS = -lX11 -lqt
  # Use the next line for static libqt
+ #LIBS = -lX11 /usr/local/qt/lib/libqt.a
  
  DEFINES = -DUSE_X
+ INCLUDES = -I/usr/include/qt
+ LIBDIRS = -L/usr/X11R6/lib
  CC = g++
  
  CFLAGS = -O2 -m486 -fomit-frame-pointer -fno-strength-reduce -w