don't -I/usr/include/idn

This commit is contained in:
psyc://psyced.org/~lynX 2011-08-26 00:15:23 +02:00
parent 912a78bcd6
commit 4bf2075b4b
2 changed files with 6 additions and 4 deletions

View File

@ -84,9 +84,11 @@ SFMT_FLAGS = -fno-strict-aliasing
#
MPATH=-DMUD_LIB='"$(MUD_LIB)"' -DBINDIR='"$(BINDIR)"' -DERQ_DIR='"$(ERQ_DIR)"'
#
# would be nicer to have this idn include in autoconf but it shouldn't hurt
# here either.. it makes this compile on OpenSolaris.. --lynX via tg 2010
CFLAGS=-DPROGNAME='"@PROGNAME@"' @EXTRA_CFLAGS@ $(OPTIMIZE) $(DEBUG) $(WARN) $(MPATH) $(PROFIL) -I/usr/include/idn -I/usr/local/include
# tg says for OpenSolaris we need -I/usr/include/idn here but since that path
# may exist when idnkit is installed and cause errors because of its 'wrong'
# assert.h, we can't include that path here by default. configure should
# learn when to add this path here, but that's tricky. --lynX
CFLAGS=-DPROGNAME='"@PROGNAME@"' @EXTRA_CFLAGS@ $(OPTIMIZE) $(DEBUG) $(WARN) $(MPATH) $(PROFIL) -I/usr/local/include
#
LIBS= @PKGLIBS@ @LIBS@ -lm
#

View File

@ -17,7 +17,7 @@ version_longtype="stable"
# A timestamp, to be used by bumpversion and other scripts.
# It can be used, for example, to 'touch' this file on every build, thus
# forcing revision control systems to add it on every checkin automatically.
version_stamp="Tue May 24 18:47:17 CEST 2011"
version_stamp="Tue Aug 23 19:19:07 CEST 2011"
# Okay, LDMUD is using 3.x.x so to avoid conflicts let's just use 4.x.x
version_major=4