summaryrefslogtreecommitdiff
path: root/devel/allegro/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-11-09 10:48:02 +0000
committeradam <adam@pkgsrc.org>2004-11-09 10:48:02 +0000
commitd5e021809a249af03c15afe507cd7152febad035 (patch)
tree4aaaf6d957a4587f0b56ae58417c11425dbc6a41 /devel/allegro/patches
parent625c7f78f4deb631c3cfd6e59edf2c46aec4921b (diff)
downloadpkgsrc-d5e021809a249af03c15afe507cd7152febad035.tar.gz
Changes 4.1.16:
* Fixed two problems with the keyboard driver on Windows. * Added a set_allegro_resource_path() function. * Added hardware cursor support to the X11 and DirectX window drivers. * Fixed a crash when initializing, deinitializing and reinitializing Allegro on Windows. * New MIDI input driver for the Windows port. * Improved the speed of drawing primitives on X11 and implemented locking/unlocking for video bitmaps. * Fixed bugs in set_palette() and remove_int(). * Fixed a bug where the X11 fullscreen driver would fail if no virtual screen was reported. * Many fixes to source, examples and documentation.
Diffstat (limited to 'devel/allegro/patches')
-rw-r--r--devel/allegro/patches/patch-aa8
-rw-r--r--devel/allegro/patches/patch-ab14
-rw-r--r--devel/allegro/patches/patch-ac20
3 files changed, 38 insertions, 4 deletions
diff --git a/devel/allegro/patches/patch-aa b/devel/allegro/patches/patch-aa
index 8b0d6dbc30c..f7ce4104b94 100644
--- a/devel/allegro/patches/patch-aa
+++ b/devel/allegro/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2004/06/03 23:29:53 xtraeme Exp $
+$NetBSD: patch-aa,v 1.3 2004/11/09 10:48:02 adam Exp $
---- makefile.in.orig 2004-06-04 01:24:37.000000000 +0200
-+++ makefile.in 2004-06-04 01:25:15.000000000 +0200
-@@ -472,17 +472,7 @@
+--- makefile.in.orig 2004-10-03 12:04:02.000000000 +0000
++++ makefile.in
+@@ -478,17 +478,7 @@ install-lib: lib modules
fi
$(mkinstalldirs) $(DESTDIR)$(bindir)
@echo Installing allegro-config to $(DESTDIR)$(bindir)
diff --git a/devel/allegro/patches/patch-ab b/devel/allegro/patches/patch-ab
new file mode 100644
index 00000000000..ed85473632c
--- /dev/null
+++ b/devel/allegro/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.3 2004/11/09 10:48:02 adam Exp $
+
+--- configure.orig 2004-11-09 10:59:03.000000000 +0000
++++ configure
+@@ -10034,9 +10034,7 @@ if test -n "GCC"; then
+ fi
+ ALLEGRO_PROFILE_CFLAGS="$CFLAGS -pg $TARGET_ARCH -O2 -funroll-loops -ffast-math $WFLAGS"
+ if test "X$allegro_cv_support_fomit_frame_pointer" = "Xyes"; then
+- CFLAGS="$CFLAGS $TARGET_ARCH -O2 -funroll-loops -ffast-math -fomit-frame-pointer $WFLAGS"
+ else
+- CFLAGS="$CFLAGS $TARGET_ARCH -O2 -funroll-loops -ffast-math $WFLAGS"
+ fi
+ ALLEGRO_SFLAGS="-x assembler-with-cpp"
+ ALLEGRO_SHAREDLIB_CFLAGS="-fPIC -DALLEGRO_SHARED"
diff --git a/devel/allegro/patches/patch-ac b/devel/allegro/patches/patch-ac
new file mode 100644
index 00000000000..b449a4b2697
--- /dev/null
+++ b/devel/allegro/patches/patch-ac
@@ -0,0 +1,20 @@
+$NetBSD: patch-ac,v 1.3 2004/11/09 10:48:02 adam Exp $
+
+--- include/allegro/platform/alunix.h.orig 2004-11-09 11:17:10.000000000 +0000
++++ include/allegro/platform/alunix.h
+@@ -162,6 +162,7 @@ AL_VAR(GFX_DRIVER, gfx_xdga2_soft);
+ /************ Linux-specific ************/
+ /****************************************/
+
++#ifdef ALLEGRO_LINUX
+ #define SYSTEM_LINUX AL_ID('L','N','X','C')
+
+ #define GFX_VGA AL_ID('V','G','A',' ')
+@@ -182,7 +183,6 @@ AL_VAR(GFX_DRIVER, gfx_xdga2_soft);
+ #define JOY_TYPE_LINUX_ANALOGUE AL_ID('L','N','X','A')
+
+
+-#ifdef ALLEGRO_LINUX
+
+ AL_VAR(SYSTEM_DRIVER, system_linux);
+