Fix warnings, update DEPENDS, update Makefile for NetBSD

This commit is contained in:
Michael Stapelberg
2009-03-08 17:30:17 +01:00
parent b51604bde6
commit f85990b27a
5 changed files with 5 additions and 4 deletions

View File

@ -16,7 +16,7 @@ LDFLAGS += -lX11
LDFLAGS += -L/usr/local/lib -L/usr/pkg/lib
ifeq ($(UNAME),NetBSD)
CFLAGS += -I/usr/pkg/include
LDFLAGS += -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/pkg/lib
LDFLAGS += -liconv -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/pkg/lib
endif
ifeq ($(UNAME),Linux)