Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37749256
en ru br
ALT Linux repositórios
S:1.0-alt1
5.0: 1.0-alt1
4.1: 1.0-alt1
4.0: 1.0-alt1
3.0: 1.0-alt1

Group :: Livros/Computadores
RPM: pngbook

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: gregbook-alt-makefile.patch
Download


--- gregbook/Makefile.unx.orig	2004-11-03 06:49:34 +0300
+++ gregbook/Makefile.unx	2004-11-04 18:10:11 +0300
@@ -23,17 +23,18 @@
 
 # macros --------------------------------------------------------------------
 
-PNGINC = -I/usr/local/include/libpng12
-#PNGLIB = -L/usr/local/lib -lpng12 # dynamically linked against libpng
-PNGLIB = /usr/local/lib/libpng12.a # statically linked against libpng
+PNGINC = -I/usr/include/libpng12
+PNGLIB = -lpng12 # dynamically linked against libpng
+#PNGLIB = /usr/local/lib/libpng12.a # statically linked against libpng
 # or:
 #PNGINC = -I../libpng
 #PNGLIB = -L../libpng -lpng
 #PNGLIB = ../libpng/libpng.a
 
-ZINC = -I/usr/local/include
+ZINC = 
+ZLIB = 
 #ZLIB = -L/usr/local/lib -lz		# dynamically linked against zlib
-ZLIB = /usr/local/lib/libz.a		# statically linked against zlib
+#ZLIB = /usr/local/lib/libz.a		# statically linked against zlib
 #ZINC = -I../zlib
 #ZLIB = -L../zlib -lz
 #ZLIB = ../zlib/libz.a
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009