Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37816365
en ru br
Репозитории ALT

Группа :: Работа с текстами
Пакет: ascii

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: ascii-3.8-makefile.patch
Скачать


diff -up ascii-3.8/Makefile.org ascii-3.8/Makefile
--- ascii-3.8/Makefile.org	2009-09-16 19:14:13.000000000 +0200
+++ ascii-3.8/Makefile	2009-09-16 19:15:01.000000000 +0200
@@ -5,7 +5,7 @@ VERS=$(shell sed <ascii.spec -n -e '/Ver
 CFLAGS = -O
 
 ascii: ascii.c splashscreen.h nametable.h
-	$(CC) -DREVISION=$(VERS) ascii.c -o ascii
+	$(CC) $(CFLAGS) -DREVISION=$(VERS) ascii.c -o ascii
 
 splashscreen.h: splashscreen
 	sed <splashscreen >splashscreen.h -e 's/\\/\\\\/g' -e 's/"/\\"/g' -e 's/.*/P("&");/' 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin