diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2022-08-06 00:01:35 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-06 20:16:10 +0700 |
commit | 4af02a9cac817bcb3b37794535cd21b1ea2cb341 (patch) | |
tree | cdb4a20377797ce380b0ccd606a5b6f79e89aaa0 /libraries/gsm/Makefile.patch | |
parent | 5d98b1d584308bf7e766a0975f39ee23bc24a555 (diff) |
libraries/gsm: Updated for version 1.0.22.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gsm/Makefile.patch')
-rw-r--r-- | libraries/gsm/Makefile.patch | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/libraries/gsm/Makefile.patch b/libraries/gsm/Makefile.patch index 97bc4758a4cf8..d3061b355dbc3 100644 --- a/libraries/gsm/Makefile.patch +++ b/libraries/gsm/Makefile.patch @@ -1,15 +1,15 @@ ---- Makefile.orig 2022-07-03 18:49:29.000000000 +0100 -+++ Makefile 2022-07-15 15:06:58.340000000 +0100 -@@ -75,6 +75,8 @@ - - # What's this release's version? Part of the directory and archive file name. - VERSION = 1.0-pl20 -+# VER is used as the actual lib version -+VER ?= 1.0.20 - - # Where do you want to install the gsm library, header file, and manpages? - # -@@ -99,7 +101,7 @@ +--- Makefile.orig 2022-08-04 19:46:46.107815841 +0100 ++++ Makefile 2022-08-05 14:43:30.765000000 +0100 +@@ -64,6 +64,8 @@ + # LDLIB = -lgcc + ######### Additional libraries needed by $(LD) + ++# What's this release's version?. ++VER ?= 1.0.22 + + # Where do you want to install libraries, binaries, a header file + # and the manual pages? +@@ -96,7 +98,7 @@ # Other tools SHELL = /bin/sh @@ -18,7 +18,7 @@ BASENAME = basename AR = ar ARFLAGS = cr -@@ -143,6 +145,7 @@ +@@ -140,6 +142,7 @@ # Targets LIBGSM = $(LIB)/libgsm.a @@ -26,7 +26,7 @@ TOAST = $(BIN)/toast UNTOAST = $(BIN)/untoast -@@ -206,24 +209,43 @@ +@@ -203,24 +206,43 @@ # Object files @@ -88,7 +88,7 @@ TOAST_OBJECTS = $(SRC)/toast.o \ $(SRC)/toast_lin.o \ -@@ -231,7 +253,7 @@ +@@ -228,7 +250,7 @@ $(SRC)/toast_alaw.o \ $(SRC)/toast_audio.o @@ -97,7 +97,7 @@ # Manuals -@@ -280,9 +302,12 @@ +@@ -277,9 +299,12 @@ $(CC) $(CFLAGS) $? @-mv `$(BASENAME) $@` $@ > /dev/null 2>&1 @@ -111,7 +111,7 @@ @-echo $(ROOT): Done. tst: $(TST)/lin2cod $(TST)/cod2lin $(TOAST) $(TST)/test-result -@@ -302,24 +327,29 @@ +@@ -299,24 +324,29 @@ # The basic API: libgsm @@ -146,7 +146,7 @@ # The local bin and lib directories -@@ -429,7 +459,9 @@ +@@ -426,7 +456,9 @@ clean: semi-clean -rm $(RMFLAGS) $(LIBGSM) $(ADDTST)/add \ |