summary refs log tree commit diff
path: root/pkgs/tools/compression/ncompress/makefile.patch
blob: 49aa4e65c768f3243ba1721264944c2d78233cf8 (plain) (blame)
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
30
31
diff -Naur ncompress-4.2.4.2.orig/Makefile.def ncompress-4.2.4.2/Makefile.def
--- ncompress-4.2.4.2.orig/Makefile.def	2007-09-06 22:28:42.000000000 -0500
+++ ncompress-4.2.4.2/Makefile.def	2009-08-18 12:30:53.000000000 -0500
@@ -3,14 +3,16 @@
 # C complier
 #CC=cc
 
+PREFIX=/usr/local
+
 # Install prefix
 DESTDIR=
 
 # Install directory for binarys
-BINDIR=/usr/local/bin
+BINDIR=$(PREFIX)/bin
 
 # Install directory for manual
-MANDIR=/usr/local/man/man1
+MANDIR=$(PREFIX)/man/man1
 
 # compiler options:
 # options is a collection of:
@@ -31,7 +33,7 @@
 #	-DDEF_ERRNO=1				Define error (not defined in errno.h).
 #	-DMAXSEG_64K=1 -BITS=16		Support segment processsor like 80286.
 #
-options= $(CFLAGS) $(CPPFLAGS) -DDIRENT=1 -DUSERMEM=800000 -DREGISTERS=3
+options= $(CFLAGS) $(CPPFLAGS) -DDIRENT=1 -DUSERMEM=800000 -DREGISTERS=3 -DNOFUNCDEF=1
 
 # libary options
 LBOPT= $(LDFLAGS)