diff options
author | tnn <tnn@pkgsrc.org> | 2015-04-22 19:47:55 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-04-22 19:47:55 +0000 |
commit | 31ccc90707a04a9f503606b87debcfad399b9421 (patch) | |
tree | 2253621d6a8053e535b2578aa8f3354f1cfb9586 /x11/xdm | |
parent | b6ed6e070683be55f299d0eb6f4504556dac1136 (diff) | |
download | pkgsrc-31ccc90707a04a9f503606b87debcfad399b9421.tar.gz |
We don't need to manually add -fno-strict-aliasing here, the package does
this on it's own.
Diffstat (limited to 'x11/xdm')
-rw-r--r-- | x11/xdm/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/xdm/Makefile b/x11/xdm/Makefile index 5e6a8de78ba..b10c8277e06 100644 --- a/x11/xdm/Makefile +++ b/x11/xdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/08/25 08:59:38 obache Exp $ +# $NetBSD: Makefile,v 1.28 2015/04/22 19:47:55 tnn Exp $ DISTNAME= xdm-1.1.11 PKGREVISION= 5 @@ -43,12 +43,6 @@ CONFIGURE_ARGS+= --with-authdir=${VARBASE}/lib/xdm OWN_DIRS_PERMS+= ${VARBASE}/lib/xdm \ ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0755 -.include "../../mk/compiler.mk" - -.if !empty(CC_VERSION:Mgcc-[3-4]*) -CFLAGS+= -fno-strict-aliasing -.endif - TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix" |