b91ca69539448968037e81d3ce82b372e274bc88 galt Tue Jul 6 23:18:32 2010 -0700 oops support for PNG path for 32-bit systems diff --git src/inc/common.mk src/inc/common.mk index 5c73dfc..bd3ed2e 100644 --- src/inc/common.mk +++ src/inc/common.mk @@ -36,7 +36,12 @@ endif ifeq (${PNGLIB},) + ifneq ($(wildcard /usr/lib64/libpng.a),) PNGLIB=/usr/lib64/libpng.a + endif + ifneq ($(wildcard /usr/lib/libpng.a),) + PNGLIB=/usr/lib/libpng.a + endif else ifeq (${USE_PNG},) USE_PNG=1