pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ee: fix introduced duplication.
Module Name: pkgsrc-wip
Committed By: Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By: vms
Date: Thu Dec 1 12:47:33 2022 +0100
Changeset: 29f29ba5533895b03906237cc0ae0f33e035684a
Modified Files:
ee/distinfo
ee/patches/patch-create.make
Log Message:
ee: fix introduced duplication.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=29f29ba5533895b03906237cc0ae0f33e035684a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ee/distinfo | 2 +-
ee/patches/patch-create.make | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/ee/distinfo b/ee/distinfo
index abe3d56f8e..3e4cff07b9 100644
--- a/ee/distinfo
+++ b/ee/distinfo
@@ -3,5 +3,5 @@ $NetBSD$
BLAKE2s (ee-1.5.2/ee-1.5.2.src.tgz) = a8be0743e80ab053ff72e238da2ce66ed80bc494f1aa066cb50eb57ab5a9faf9
SHA512 (ee-1.5.2/ee-1.5.2.src.tgz) = 9ca0e82d65971b0bce38e09c365b6eb8b81ca6ff5b244107ae254322e47e841e7f5345bf242a0a9dd66b731d46cead6f442016b9e070a1298e1a5319b1d7b97a
Size (ee-1.5.2/ee-1.5.2.src.tgz) = 69651 bytes
-SHA1 (patch-create.make) = dadc80a68d4bd3b31d1eaa869da065d33a2bb360
+SHA1 (patch-create.make) = 1a20de478b3322b27642047fa46f8c4022cb4b53
SHA1 (patch-ee.c) = 9da740c0bf6720c8b44839a6037d9cdbd7b3ba52
diff --git a/ee/patches/patch-create.make b/ee/patches/patch-create.make
index 6783d58ffd..72be8ca86f 100644
--- a/ee/patches/patch-create.make
+++ b/ee/patches/patch-create.make
@@ -64,7 +64,7 @@ Use local ncurses rather than ee's own implementation.
curses : ee.c
- cc ee.c -o ee \$(CFLAGS) -lcurses
-+ cc ee.c -o ee \$(CFLAGS) \$(CFLAGS) \$(LDFLAGS) -lncurses
++ cc ee.c -o ee \$(CFLAGS) \$(LDFLAGS) -lncurses
ee : ee.o new_curse.o
cc -o ee ee.o new_curse.o \$(CFLAGS)
Home |
Main Index |
Thread Index |
Old Index