From 112b0c3c7b294c8ceaa605f68003098388efa66a Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Sun, 12 Jun 2005 07:17:43 +0000 Subject: Add sound support Bump PORTREVISION Submitter takes maintainership Add pkg-message and rework pkg-descr PR: ports/82141 Submitted by: Alejandro Pulver --- emulators/generator/files/patch-configure | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 emulators/generator/files/patch-configure (limited to 'emulators/generator/files') diff --git a/emulators/generator/files/patch-configure b/emulators/generator/files/patch-configure new file mode 100644 index 000000000000..d36090a035c7 --- /dev/null +++ b/emulators/generator/files/patch-configure @@ -0,0 +1,18 @@ +--- configure.orig Mon May 5 12:08:27 2003 ++++ configure Sat Jun 11 11:55:59 2005 +@@ -1919,15 +1919,6 @@ + echo "${ECHO_T}Turning on gcc 3 optimisations" >&6 + CFLAGS="$CFLAGS -minline-all-stringops -fno-math-errno" + fi +- case $target_cpu in +- i?86) echo "$as_me:$LINENO: result: Turning on pentium optimisations" >&5 +-echo "${ECHO_T}Turning on pentium optimisations" >&6 +- # cannot do malign-double as we link to other libraries and it +- # would break binary compatibility +- CFLAGS="$CFLAGS -march=pentium -malign-loops=5" +- CFLAGS="$CFLAGS -malign-jumps=5 -malign-functions=5" +- ;; +- esac + else + { echo "$as_me:$LINENO: WARNING: You did not opt for gcc optimisations!" >&5 + echo "$as_me: WARNING: You did not opt for gcc optimisations!" >&2;} -- cgit v1.2.3