view mk/init.mk @ 39:3643db656a4f trunk

[svn] Removed the check for socklen_t. This fixes building on NetBSD. curl defined socklen_t anyway, so no need for this. This *MIGHT* break something on some systems (I haven't found one yet, though), so PLEASE report all bugs to me.
author js
date Tue, 19 Sep 2006 07:53:54 -0700
parents 13389e613d67
children
line wrap: on
line source

# Shut up GNU make
.SILENT:

OBJECTIVE_DIRECTORIES = 
OBJECTIVE_LIBS = 
OBJECTIVE_LIBS_NOINST = 
OBJECTIVE_BINS = 
OBJECTIVE_DATA = 
SUBDIRS = 
HEADERS = 
V = 0
VERBOSE ?= $(V)
VERBOSITY = 0
SHOW_CFLAGS ?= $(VERBOSE)

LIBDIR = $(libdir)
BINDIR = $(bindir)
INCLUDEDIR = $(pkgincludedir)
CFLAGS += -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/pkg/xorg/include
CXXFLAGS += -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/pkg/xorg/include