diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-01-15 17:19:24 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-01-15 17:19:24 +0000 |
commit | 2650845b21f1fcacc402513108241ea7d3a51d10 (patch) | |
tree | 97c23657c2cedbc7f2a6de322c8ac610cdc5f0a0 /user/convertlit/lib.patch | |
parent | 1930bc3928fc39cd8d9937b234b798cad20fd28b (diff) | |
download | packages-2650845b21f1fcacc402513108241ea7d3a51d10.tar.gz packages-2650845b21f1fcacc402513108241ea7d3a51d10.tar.bz2 packages-2650845b21f1fcacc402513108241ea7d3a51d10.tar.xz packages-2650845b21f1fcacc402513108241ea7d3a51d10.zip |
user/convertlit: new package
Diffstat (limited to 'user/convertlit/lib.patch')
-rw-r--r-- | user/convertlit/lib.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/user/convertlit/lib.patch b/user/convertlit/lib.patch new file mode 100644 index 000000000..222f29074 --- /dev/null +++ b/user/convertlit/lib.patch @@ -0,0 +1,14 @@ +--- src/clit18/Makefile.old 2004-07-04 16:52:14.000000000 +0000 ++++ src/clit18/Makefile 2019-01-15 17:13:44.510000000 +0000 +@@ -1,9 +1,9 @@ + all: clit
+
+-CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .
++CFLAGS=-funsigned-char -I ../lib -I ../lib/des -I .
+ clean:
+ rm -f *.o clit
+
+ clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a
+- gcc -o clit $^ ../libtommath-0.30/libtommath.a
++ $(CC) $(LDFLAGS) -o clit $^ -ltommath
+
|