From b3a8eddd3c124c8ecd5a2f6a9926c8047c2f2d4b Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 2 Nov 2022 15:30:54 -1000 Subject: [PATCH] makefile: Add check for gcc on Debian/Ubuntu Linux environments for v3 simh --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 287ead10..adc62a58 100644 --- a/makefile +++ b/makefile @@ -264,8 +264,8 @@ else # Platform Pkg Names COMPILER PCAP VDE PCRE EDITLINE SDL PNG ZLIB SDL_TTF PKGS_SRC_HOMEBREW = - - vde - libedit - - - - PKGS_SRC_MACPORTS = - - vde2 - libedit - - - - - PKGS_SRC_APT = - libpcap-dev libvdeplug-dev - libedit-dev - - - - - PKGS_SRC_YUM = - libpcap-devel - - libedit-devel - - - - + PKGS_SRC_APT = gcc libpcap-dev libvdeplug-dev - libedit-dev - - - - + PKGS_SRC_YUM = gcc libpcap-devel - - libedit-devel - - - - PKGS_SRC_PKGSRC = - - - - editline - - - - PKGS_SRC_PKGBSD = - - - - libedit - - - - PKGS_SRC_PKGADD = - - - - - - - - -