diff options
author | gerald <gerald@FreeBSD.org> | 2011-02-16 10:14:12 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-02-16 10:14:12 +0800 |
commit | 6e66e162baa3a525fb4a41c53eca436d5bd9daec (patch) | |
tree | 33698d6c644fce38961a1ba6c0b539c356987360 | |
parent | 17c711e502c5f4b1bae162912fbe7a857c4a2de7 (diff) | |
download | freebsd-ports-gnome-6e66e162baa3a525fb4a41c53eca436d5bd9daec.tar.gz freebsd-ports-gnome-6e66e162baa3a525fb4a41c53eca436d5bd9daec.tar.zst freebsd-ports-gnome-6e66e162baa3a525fb4a41c53eca436d5bd9daec.zip |
Remove debug code. Completely harmless, but...
-rw-r--r-- | lang/gcc44/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 963a515bb22c..f87d51ecd5f7 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -56,7 +56,6 @@ TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include -CPPFLAGS= -DGERALD -DPFEIFER CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+=--disable-nls \ --libdir=${TARGLIB} \ |