|
Lines 1-6
Link Here
|
| 1 |
--- Makefile.orig 2011-05-08 14:39:40.000000000 -0500 |
1 |
--- Makefile.orig 2014-05-03 13:12:33 UTC |
| 2 |
+++ Makefile 2012-03-10 17:22:45.000000000 -0500 |
2 |
+++ Makefile |
| 3 |
@@ -20,7 +20,7 @@ |
3 |
@@ -20,7 +20,7 @@ NCURSES = |
| 4 |
|
4 |
|
| 5 |
# Use Xft/fontconfig libraries |
5 |
# Use Xft/fontconfig libraries |
| 6 |
WITHXFT = -DWITH_XFT |
6 |
WITHXFT = -DWITH_XFT |
|
Lines 9-15
Link Here
|
| 9 |
# Or not |
9 |
# Or not |
| 10 |
# WITHXFT = |
10 |
# WITHXFT = |
| 11 |
# XFTHFD = |
11 |
# XFTHFD = |
| 12 |
@@ -34,7 +34,7 @@ |
12 |
@@ -34,7 +34,7 @@ endif |
| 13 |
|
13 |
|
| 14 |
# SRCDIR should be a path to the directory that will hold fractint.hlp |
14 |
# SRCDIR should be a path to the directory that will hold fractint.hlp |
| 15 |
# SRCDIR should also hold the .par, .frm, etc. files |
15 |
# SRCDIR should also hold the .par, .frm, etc. files |
|
Lines 18-24
Link Here
|
| 18 |
SHRDIR = $(PREFIX)/share/xfractint |
18 |
SHRDIR = $(PREFIX)/share/xfractint |
| 19 |
# BINDIR is where you put your X11 binaries |
19 |
# BINDIR is where you put your X11 binaries |
| 20 |
BINDIR = $(DESTDIR)/bin |
20 |
BINDIR = $(DESTDIR)/bin |
| 21 |
@@ -123,22 +123,18 @@ |
21 |
@@ -123,22 +123,18 @@ AFLAGS = -f elf -w+orphan-labels |
| 22 |
#For Solaris, use CFLAGS = -I. -I/usr/openwin/include $(DEFINES) -g |
22 |
#For Solaris, use CFLAGS = -I. -I/usr/openwin/include $(DEFINES) -g |
| 23 |
#If you have the nasm assembler on your system add -DNASM to CFLAGS |
23 |
#If you have the nasm assembler on your system add -DNASM to CFLAGS |
| 24 |
|
24 |
|
|
Lines 42-48
Link Here
|
| 42 |
|
42 |
|
| 43 |
# Gcc is often the only compiler that works for this |
43 |
# Gcc is often the only compiler that works for this |
| 44 |
# For HPUX, use CC = cc -Aa -D_HPUX_SOURCE |
44 |
# For HPUX, use CC = cc -Aa -D_HPUX_SOURCE |
| 45 |
@@ -147,7 +143,6 @@ |
45 |
@@ -147,7 +143,6 @@ endif |
| 46 |
# For Sun Solaris 2.x w/SparcCompilerC (cc), use CC = cc. |
46 |
# For Sun Solaris 2.x w/SparcCompilerC (cc), use CC = cc. |
| 47 |
# For Sun Solaris 2.x w/GNU gcc, use CC = gcc |
47 |
# For Sun Solaris 2.x w/GNU gcc, use CC = gcc |
| 48 |
#CC = gcc |
48 |
#CC = gcc |
|
Lines 50-56
Link Here
|
| 50 |
|
50 |
|
| 51 |
# For HPUX, use LIBS = -L/usr/lib/X11R4 -lX11 -lm -lcurses -ltermcap |
51 |
# For HPUX, use LIBS = -L/usr/lib/X11R4 -lX11 -lm -lcurses -ltermcap |
| 52 |
# For AIX or OSF/1, add -lbsd |
52 |
# For AIX or OSF/1, add -lbsd |
| 53 |
@@ -159,11 +154,7 @@ |
53 |
@@ -159,11 +154,7 @@ CC = /usr/bin/gcc |
| 54 |
# LIBS = -L/usr/X11R6/lib -lX11 -lm -lncurses |
54 |
# LIBS = -L/usr/X11R6/lib -lX11 -lm -lncurses |
| 55 |
# LIBS = -lX11 -lm -lcurses |
55 |
# LIBS = -lX11 -lm -lcurses |
| 56 |
|
56 |
|