Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 272974 | Differences between
and this patch

Collapse All | Expand All

(-)pl241src.orig/src/Makefile (-8 / +8 lines)
Lines 10-17 Link Here
10
CC = gcc
10
CC = gcc
11
PLATFORM = UNIX
11
PLATFORM = UNIX
12
RMCOM = rm -f
12
RMCOM = rm -f
13
NOX11 = -DNOX11
13
# NOX11 = -DNOX11
14
NOSWF = -DNOSWF
14
# NOSWF = -DNOSWF
15
EXE = pl
15
EXE = pl
16
16
17
17
Lines 25-31 Link Here
25
25
26
26
27
############ Option 1: build the pl executable (unix), no X11 ....
27
############ Option 1: build the pl executable (unix), no X11 ....
28
NOX11 = -DNOX11
28
# NOX11 = -DNOX11
29
29
30
30
31
31
Lines 89-98 Link Here
89
89
90
90
91
########### Option 1: use bundled GD16 (PNG only).  Requires libpng and zlib.
91
########### Option 1: use bundled GD16 (PNG only).  Requires libpng and zlib.
92
exetarget: plpng 
92
# exetarget: plpng 
93
GD16LIBS = -lpng -lz
93
# GD16LIBS = -lpng -lz
94
GD16H = 
94
# GD16H = 
95
ZFLAG = -DWZ
95
# ZFLAG = -DWZ
96
96
97
########### Option 2: use bundled GD13 (pseudoGIF only). No additional lib dependencies.
97
########### Option 2: use bundled GD13 (pseudoGIF only). No additional lib dependencies.
98
# exetarget: pl 
98
# exetarget: pl 
Lines 137-143 Link Here
137
137
138
138
139
#### If you do a "make install", where do you want the executable(s) to be moved to?
139
#### If you do a "make install", where do you want the executable(s) to be moved to?
140
INSTALLBIN = /usr/local/bin
140
# INSTALLBIN = /usr/local/bin
141
141
142
142
143
#### For LOCALE 
143
#### For LOCALE 

Return to bug 272974