diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
commit | d9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch) | |
tree | a08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/xgalaga/files/patch-configure | |
parent | - Update to 1.9, announce message: (diff) |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363239
Diffstat (limited to 'games/xgalaga/files/patch-configure')
-rw-r--r-- | games/xgalaga/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xgalaga/files/patch-configure b/games/xgalaga/files/patch-configure new file mode 100644 index 000000000000..ddecdb03b524 --- /dev/null +++ b/games/xgalaga/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2008-03-06 06:58:16.000000000 +0900 ++++ configure 2012-04-23 14:21:29.000000000 +0900 +@@ -4544,7 +4544,7 @@ + + { echo "$as_me:$LINENO: host os is detected as $host_os " >&5 + echo "$as_me: host os is detected as $host_os " >&6;} +-if test -n "$sound-type"; then ++if test "$sound-type" != "no" ; then + case $host_os in + *linux*) + sound_type=native |