File diff r1822:4a133c968df9 → r1823:d59f75c8dc44
Makefile
Show inline comments
 
@@ -457,10 +457,6 @@ endif
 
# libpng config
 
ifdef WITH_PNG
 
CDEFS += -DWITH_PNG
 
# FreeBSD doesn't use libpng-config
 
ifdef FREEBSD
 
LIBS += -lpng
 
else
 
CFLAGS += $(shell libpng-config --cflags)
 

	
 
# seems like older libpng versions are broken and need this
 
@@ -476,7 +472,6 @@ else
 
LIBS += $(shell libpng-config  --L_opts $(PNGCONFIG_FLAGS))
 
endif
 
endif
 
endif
 

	
 
# enables/disables assert()
 
ifdef DISABLE_ASSERTS