aboutsummaryrefslogtreecommitdiffstats
path: root/games/libshhcards/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-10-01 14:09:03 +0800
committersteve <steve@FreeBSD.org>1998-10-01 14:09:03 +0800
commit7f17af08487004ca511bb1969087584ed0ba3917 (patch)
treeee243ea86583973ef3f20889e52874ce347cb2e5 /games/libshhcards/files
parent29c03646e2a2d807fc1ed01092ca0e0f68be788d (diff)
downloadfreebsd-ports-gnome-7f17af08487004ca511bb1969087584ed0ba3917.tar.gz
freebsd-ports-gnome-7f17af08487004ca511bb1969087584ed0ba3917.tar.zst
freebsd-ports-gnome-7f17af08487004ca511bb1969087584ed0ba3917.zip
Bump the minor version number for a.out so it doesn't go backwards.
Noticed by: Satoshi Asami
Diffstat (limited to 'games/libshhcards/files')
-rw-r--r--games/libshhcards/files/patch-aa15
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)