1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/games/moon-buggy/files/extra-patch-configure.ac
Simon Barner a1556bb714 - Add WITH_ESOUND option (enables game sound)
- The PR implemented the sound option as a new moon-buggy-esound port,
  which I converted to the WITH_ESOUND option (that sets PKGNAMESUFFIX) [1]

Submitted by:		Ralf Becker <ralf@akk.org> (maintainer)
Approved by:		maintainer timeout (12 days) [1]
PR:			ports/81667
2005-06-13 11:32:32 +00:00

12 lines
311 B
Plaintext

--- configure.ac Mon May 30 13:36:12 2005
+++ configure.ac.orig Mon May 30 13:35:21 2005
@@ -67,7 +67,7 @@
AM_CONDITIONAL(short_getopt, test "x$ac_cv_func_getopt_long" != xyes)
-SOUND_DIR='$(datadir)/sounds/moon-buggy'
+SOUND_DIR='$(datadir)/moon-buggy'
AC_SUBST(SOUND_DIR)
AC_CONFIG_FILES([Makefile])