Switch version numbering to the official version from version.hpp, different from the distfile numbering. jasper@ agrees. The current license allows PERMIT_*=Yes. sthen@ agrees.
13 lines
474 B
Plaintext
13 lines
474 B
Plaintext
$OpenBSD: patch-makefile_unix,v 1.13 2011/03/18 20:14:58 naddy Exp $
|
|
--- makefile.unix.orig Wed Mar 9 17:40:47 2011
|
|
+++ makefile.unix Wed Mar 9 17:41:01 2011
|
|
@@ -107,6 +107,8 @@ OBJECTS=rar.o strlist.o strfn.o pathfn.o savepos.o sma
|
|
resource.o match.o timefn.o rdwrfn.o consio.o options.o ulinks.o errhnd.o rarvm.o \
|
|
rijndael.o getbits.o sha1.o extinfo.o extract.o volume.o list.o find.o unpack.o cmddata.o
|
|
|
|
+.SUFFIXES: .cpp
|
|
+
|
|
.cpp.o:
|
|
$(COMPILE) -D$(WHAT) -c $<
|
|
|