summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2007-02-14 05:47:38 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2007-02-14 05:47:38 +0000
commitb9d8b9e927fe33d12bd9c14ee6c0db09384404b2 (patch)
treeea27e87c637293a3358bb30bbf210397fc23e9e9 /build
parent9c17e6e5187376415bb5c123533faeb0099cb0ba (diff)
downloadflac-b9d8b9e927fe33d12bd9c14ee6c0db09384404b2.tar.gz
remove special makefile variants for libiconv on darwin
Diffstat (limited to 'build')
-rw-r--r--build/config.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/build/config.mk b/build/config.mk
index e553759b..6d60916c 100644
--- a/build/config.mk
+++ b/build/config.mk
@@ -40,12 +40,10 @@ all default: $(DEFAULT_BUILD)
# GNU makefile fragment for emulating stuff normally done by configure
#
-VERSION=\"1.1.4-alpha1\"
+VERSION=\"1.1.4\"
ifeq ($(DARWIN_BUILD),yes)
CONFIG_CFLAGS=-DHAVE_INTTYPES_H -DHAVE_ICONV -DHAVE_LANGINFO_CODESET -DFLAC__HAS_OGG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAC__SYS_DARWIN -DWORDS_BIGENDIAN
-ICONV_INCLUDE_DIR=$(HOME)/local.i18n/include
-ICONV_LIB_DIR=$(HOME)/local.i18n/lib
else
CONFIG_CFLAGS=-DHAVE_INTTYPES_H -DHAVE_ICONV -DHAVE_LANGINFO_CODESET -DHAVE_SOCKLEN_T -DFLAC__HAS_OGG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
endif