From 14f482aeb5ba12fdce7d1ac318c0ffd302c049e7 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 16 May 2005 08:30:32 +0000 Subject: (svn r2328) There's no need for extra magic to detect libpng on FreeBSD --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a79551a15..214fdee53 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-54-g00ecf