summaryrefslogtreecommitdiff
path: root/devel/allegro/patches
diff options
context:
space:
mode:
Diffstat (limited to 'devel/allegro/patches')
-rw-r--r--devel/allegro/patches/patch-aa8
-rw-r--r--devel/allegro/patches/patch-ab23
2 files changed, 4 insertions, 27 deletions
diff --git a/devel/allegro/patches/patch-aa b/devel/allegro/patches/patch-aa
index 5408a7602b9..5d16580653b 100644
--- a/devel/allegro/patches/patch-aa
+++ b/devel/allegro/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.7 2007/03/15 22:38:55 wiz Exp $
+$NetBSD: patch-aa,v 1.8 2007/11/29 22:45:23 wiz Exp $
---- makefile.in.orig 2006-04-08 17:07:28.000000000 +0000
+--- makefile.in.orig 2007-07-22 05:55:54.000000000 +0000
+++ makefile.in
-@@ -59,7 +59,7 @@ ACLOCAL_M4 = aclocal.m4
+@@ -58,7 +58,7 @@ ACLOCAL_M4 = aclocal.m4
INCLUDES = -I. -Iinclude -Iinclude/allegro -I$(srcdir)/include -I$(srcdir)/include/allegro
DEFS = -DALLEGRO_MODULES_PATH=\"$(libdir)/allegro\" @DEFS@
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.7 2007/03/15 22:38:55 wiz Exp $
override LDFLAGS += @LDFLAGS@
PROG_LDFLAGS = @PROG_LDFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
-@@ -481,17 +481,7 @@ install-lib: lib modules
+@@ -480,17 +480,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
deleted file mode 100644
index 7406a5940b6..00000000000
--- a/devel/allegro/patches/patch-ab
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ab,v 1.7 2007/03/15 22:38:56 wiz Exp $
-
---- configure.orig 2006-11-26 06:41:09.000000000 +0000
-+++ configure
-@@ -1979,7 +1979,7 @@ fi
-
- # Check whether --enable-magicmain was given.
- if test "${enable_magicmain+set}" = set; then
-- enableval=$enable_magicmain; test "X$enableval" == "Xyes" &&
-+ enableval=$enable_magicmain; test "X$enableval" = "Xyes" &&
- cat >>confdefs.h <<\_ACEOF
- #define ALLEGRO_WITH_MAGIC_MAIN 1
- _ACEOF
-@@ -13126,9 +13126,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"