diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-02-16 02:14:12 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-02-16 02:14:12 +0000 |
commit | af1054cb2eb528b2eb16c0b0a8f992f84d70d60b (patch) | |
tree | e22e691914408b7307dba65281b3724230d8f78f /lang/gcc44 | |
parent | 24ee1b205c3ab01cba2f8ac11a634013504ca4e2 (diff) | |
download | ports-af1054cb2eb528b2eb16c0b0a8f992f84d70d60b.tar.gz ports-af1054cb2eb528b2eb16c0b0a8f992f84d70d60b.zip |
Notes
Diffstat (limited to 'lang/gcc44')
-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} \ |