diff options
author | tv <tv@pkgsrc.org> | 1999-05-23 23:49:14 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-23 23:49:14 +0000 |
commit | 73c251881155d0fe0b7aac7f95e6507af4b62eff (patch) | |
tree | 0a4c0d9f6357d538bdef8b23ce19851298c50170 /x11/gtk | |
parent | eba5573c169e6a950e14c7cabc81be6c8fe46af0 (diff) | |
download | pkgsrc-73c251881155d0fe0b7aac7f95e6507af4b62eff.tar.gz |
Don't set CFLAGS. If the user wants -O2 -pipe, it should be set in mk.conf.
Diffstat (limited to 'x11/gtk')
-rw-r--r-- | x11/gtk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 737e1c64a8f..c65cb0ccfd4 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 1999/05/20 20:09:52 tron Exp $ +# $NetBSD: Makefile,v 1.32 1999/05/23 23:49:14 tv Exp $ DISTNAME= gtk+-1.2.2 CATEGORIES= x11 @@ -23,8 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" INFO_FILES= gdk.info gtk.info -CFLAGS= -pipe -O2 CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS= -L${LOCALBASE}/lib .include "../../mk/bsd.pkg.mk" |