diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-01 06:09:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-01 06:09:03 +0000 |
commit | 3f6183d1fb76d1a186734ee20b1a563fb59f319e (patch) | |
tree | 7bb1886df9050f658c829b78f465e38fa621f4c6 /games/libshhcards/files | |
parent | Upgrade to Mesa 3.0 (diff) |
Bump the minor version number for a.out so it doesn't go backwards.
Noticed by: Satoshi Asami
Notes
Notes:
svn path=/head/; revision=13568
Diffstat (limited to 'games/libshhcards/files')
-rw-r--r-- | games/libshhcards/files/patch-aa | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/games/libshhcards/files/patch-aa b/games/libshhcards/files/patch-aa index f362a9722d6f..33b2f8e6248c 100644 --- a/games/libshhcards/files/patch-aa +++ b/games/libshhcards/files/patch-aa @@ -1,10 +1,13 @@ --- Makefile.orig Sun Mar 23 03:02:53 1997 -+++ Makefile Sun Sep 27 16:54:55 1998 -@@ -3,12 +3,16 @@ ++++ Makefile Wed Sep 30 23:28:35 1998 +@@ -1,14 +1,17 @@ + # $Id: Makefile,v 1.3 1997/03/23 09:02:53 sverrehu Exp $ + DIST = shhcards VERMAJ = 1 - VERMIN = 0 - VERPAT = 3 +-VERMIN = 0 +-VERPAT = 3 -VERSION = $(VERMAJ).$(VERMIN).$(VERPAT) ++VERMIN = 1 +ifeq ($(PORTOBJFORMAT),elf) +VERSION = $(VERMAJ) +else @@ -19,7 +22,7 @@ ifeq ($(SHARED),1) LIBTARGET = lib$(DIST).so.$(VERSION) -@@ -28,8 +32,8 @@ +@@ -28,8 +31,8 @@ INSTALL = install -m 644 MKDIRP = install -d -m 755 @@ -30,7 +33,7 @@ ########################################################################### -@@ -87,7 +91,11 @@ +@@ -87,7 +90,11 @@ $(LIBTARGET): $(LIBOBJS) ifeq ($(SHARED),1) |