diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-02 23:03:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-02 23:03:54 +0000 |
commit | f806105b11ad514b670abbbf94703a21c346d2dc (patch) | |
tree | 644457df65d166dbf4898413589dd1bacfa97b15 /x11/XaoS | |
parent | 0f9386c8fc3a0f956985d573ef22a181a50738df (diff) | |
download | pkgsrc-f806105b11ad514b670abbbf94703a21c346d2dc.tar.gz |
Forgot a patch.
Diffstat (limited to 'x11/XaoS')
-rw-r--r-- | x11/XaoS/patches/patch-al | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/XaoS/patches/patch-al b/x11/XaoS/patches/patch-al new file mode 100644 index 00000000000..7a2a59da0c8 --- /dev/null +++ b/x11/XaoS/patches/patch-al @@ -0,0 +1,13 @@ +$NetBSD: patch-al,v 1.1 2006/10/02 23:03:54 rillig Exp $ + +--- configure.orig 2006-10-03 00:48:30.000000000 +0200 ++++ configure 2006-10-03 00:48:44.000000000 +0200 +@@ -12861,7 +12861,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + LIBS="$LIBS -lgame -lmedia -ltracker -ltranslation -Xlinker -soname=_APP_" + #PROG_CC_SWITCH2(Wno-multichar,nowarnopt1) + #PROG_CC_SWITCH2(Wno-ctor-dtor-privacy,nowarnopt2) +- if test "$CXXFLAGS1" == "" ; then ++ if test "$CXXFLAGS1" = "" ; then + if test x$GCC = xyes; then + CXXFLAGS="$CFLAGS" + CXXFLAGS="$CXXFLAGS -Wno-multichar -Wno-ctor-dtor-privacy" |