diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-14 10:30:26 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-14 10:30:26 +0000 |
commit | 93fc0c8ebb97b8f55a65235806f3f35e4d555beb (patch) | |
tree | 846b063b1aa03a528a7624c41aafc50573f92611 /games/armagetron/files/patch-configure | |
parent | - Add CPE info (diff) |
- Update to 0.2.8.3.3
- Add LICENSE
- Remove obsolete patch
PR: 198218
Submitted by: hardy.schumacher@gmx.de
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=386314
Diffstat (limited to 'games/armagetron/files/patch-configure')
-rw-r--r-- | games/armagetron/files/patch-configure | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/games/armagetron/files/patch-configure b/games/armagetron/files/patch-configure deleted file mode 100644 index 31cfb708b64b..000000000000 --- a/games/armagetron/files/patch-configure +++ /dev/null @@ -1,21 +0,0 @@ -diff -Nur configure.orig configure ---- configure.orig 2013-12-16 15:45:20.000000000 +0400 -+++ configure 2013-12-16 15:46:48.000000000 +0400 -@@ -10629,12 +10629,12 @@ - CPPFLAGS="$CPPFLAGS `libpng-config --cflags`" - LIBS="$LIBS $PNGLIBS" - --ac_fn_c_check_func "$LINENO" "png_check_sig" "ac_cv_func_png_check_sig" --if test "x$ac_cv_func_png_check_sig" = x""yes; then : -+# ac_fn_c_check_func "$LINENO" "png_check_sig" "ac_cv_func_png_check_sig" -+# if test "x$ac_cv_func_png_check_sig" = x""yes; then : - --else -- as_fn_error "You need libpng to compile Armagetron." "$LINENO" 5 --fi -+# else -+# as_fn_error "You need libpng to compile Armagetron." "$LINENO" 5 -+# fi - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ljpeg" >&5 |