wok diff nqc/receipt @ rev 4377

alpine: link shared libs (again)
author Paul Issott <paul@slitaz.org>
date Mon Oct 12 21:05:53 2009 +0000 (2009-10-12)
parents 80e708ceb99a
children bee79018e13a
line diff
     1.1 --- a/nqc/receipt	Tue Aug 18 22:04:21 2009 +0000
     1.2 +++ b/nqc/receipt	Mon Oct 12 21:05:53 2009 +0000
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="nqc"
     1.5  VERSION="3.1.r6-4"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Compiler for the Not Quite C programming language"
     1.8 +SHORT_DESC="Compiler for the Not Quite C programming language."
     1.9  MAINTAINER="rcx@zoominternet.net"
    1.10  DEPENDS="glibc-base gcc-lib-base"
    1.11  BUILD_DEPENDS="slitaz-toolchain bison flex m4"
    1.12 @@ -15,12 +15,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	# Determine if TOOLPREFIX has been defined in tazwok.conf as it should
    1.17 -	if [ -z "$TOOLPREFIX" ] ; then
    1.18 -		# Provide a default TOOLPREFIX value
    1.19 -		TOOLPREFIX=i486-pc-linux-gnu-
    1.20 -	fi
    1.21 -
    1.22  	cd $src
    1.23  	make TOOLPREFIX="$(TOOLPREFIX)" \
    1.24  		DEFAULT_SERIAL_NAME='"/dev/ttyS0"' \