pkgsrc-wip/allegro/patches/patch-aa
Soren Jacobsen 85d9603886 Update to 4.1.12. Changes:
* Improved documentation
* New features and fixes for the MacOS X port
* Updates to the Swiss and Russian keyboard and Swedish translation files
* Improvements and corrections to _parallelogram_map(), floodfill(),
  ustrerror(), dialog_message(), do_uconvert() and save_bmp()
* Support for the joystick_device* config variables under Linux
* New function gfx_mode_select_filter()
* Experimental support for ALSA 0.9.x
* Corrected a wrong assumption about the VRAM layout in the Linux framebuffer
  driver
* Fixed a race condition in the mixer under Unix w/ threads, Windows, BeOS
  and MacOS X
* Added an option to disable vsync() when page-flipping
* Fixed the X11 mouse scrolling bug
2003-11-27 22:20:08 +00:00

22 lines
650 B
Text

$NetBSD: patch-aa,v 1.3 2003/11/27 22:20:09 blef Exp $
--- configure.orig 2003-11-27 05:59:16.000000000 -0800
+++ configure 2003-11-27 06:01:17.000000000 -0800
@@ -4043,7 +4043,7 @@
COMPILE_CXX_PROGRAM=COMPILE_CXX_NORMAL
COMPILE_S_PROGRAM=COMPILE_S_NORMAL
if test "X$allegro_cv_prog_ld_s" = "Xyes"; then
- PROG_LDFLAGS="-s \$(LDFLAGS)"
+ PROG_LDFLAGS="\$(LDFLAGS)"
else
PROG_LDFLAGS="\$(LDFLAGS)"
fi
@@ -9861,7 +9861,7 @@
s,@ECHO_T@,$ECHO_T,;t t
s,@LIBS@,$LIBS,;t t
s,@CC@,$CC,;t t
-s,@CFLAGS@,$CFLAGS,;t t
+s,@CFLAGS@,$CFLAGS -g,;t t
s,@LDFLAGS@,$LDFLAGS,;t t
s,@CPPFLAGS@,$CPPFLAGS,;t t
s,@ac_ct_CC@,$ac_ct_CC,;t t