diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-24 18:25:16 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-24 18:25:16 +0800 |
commit | f8154071a282b316a1afb3153151103db52ca13d (patch) | |
tree | ce6cfdd63f147a8a212df09fe2f4535705a3e63a /devel | |
parent | 890f2bb6dc626f63f4a82dc30dfd95250645ee5c (diff) | |
download | freebsd-ports-gnome-f8154071a282b316a1afb3153151103db52ca13d.tar.gz freebsd-ports-gnome-f8154071a282b316a1afb3153151103db52ca13d.tar.zst freebsd-ports-gnome-f8154071a282b316a1afb3153151103db52ca13d.zip |
Previous workaround was insufficient to resolve ports/24589. Try harder this
time.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/sdl-devel/files/patch-aj | 28 | ||||
-rw-r--r-- | devel/sdl12/files/patch-aj | 28 |
2 files changed, 46 insertions, 10 deletions
diff --git a/devel/sdl-devel/files/patch-aj b/devel/sdl-devel/files/patch-aj index ea594b88bd00..1aea9b14afdd 100644 --- a/devel/sdl-devel/files/patch-aj +++ b/devel/sdl-devel/files/patch-aj @@ -1,6 +1,24 @@ ---- Makefile.in.orig Fri Mar 31 08:31:12 2000 -+++ Makefile.in Mon Apr 24 00:29:07 2000 -@@ -113,7 +113,7 @@ + +$FreeBSD$ + +--- Makefile.in.orig Fri Jan 5 22:18:18 2001 ++++ Makefile.in Wed Jan 24 12:02:04 2001 +@@ -44,10 +44,10 @@ + + top_builddir = . + +-ACLOCAL = @ACLOCAL@ +-AUTOCONF = @AUTOCONF@ +-AUTOMAKE = @AUTOMAKE@ +-AUTOHEADER = @AUTOHEADER@ ++ACLOCAL = #@ACLOCAL@ ++AUTOCONF = #@AUTOCONF@ ++AUTOMAKE = #@AUTOMAKE@ ++AUTOHEADER = #@AUTOHEADER@ + + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -110,7 +110,7 @@ DIST_SUBDIRS = $(SUBDIRS) docs # SDL runtime configuration script @@ -8,8 +26,8 @@ +bin_SCRIPTS = sdl11-config # All the rest of the distributed files - EXTRA_DIST = BUGS COPYING CREDITS INSTALL README README-SDL.txt README.Win32 README.MacOS VisualC.html VisualC.zip CWprojects.sea.hqx MPWmake.sea.hqx WhatsNew docs.html sdl.m4 autogen.sh strip_fPIC.sh -@@ -121,7 +121,7 @@ + EXTRA_DIST = BUGS TODO COPYING CREDITS INSTALL README README-SDL.txt README.Win32 README.MacOS README.MacOSX VisualC.html VisualC.zip CWprojects.sea.hqx MPWmake.sea.hqx WhatsNew docs.html sdl.m4 autogen.sh strip_fPIC.sh +@@ -118,7 +118,7 @@ # M4 macro file for inclusion with autoconf m4datadir = $(datadir)/aclocal diff --git a/devel/sdl12/files/patch-aj b/devel/sdl12/files/patch-aj index ea594b88bd00..1aea9b14afdd 100644 --- a/devel/sdl12/files/patch-aj +++ b/devel/sdl12/files/patch-aj @@ -1,6 +1,24 @@ ---- Makefile.in.orig Fri Mar 31 08:31:12 2000 -+++ Makefile.in Mon Apr 24 00:29:07 2000 -@@ -113,7 +113,7 @@ + +$FreeBSD$ + +--- Makefile.in.orig Fri Jan 5 22:18:18 2001 ++++ Makefile.in Wed Jan 24 12:02:04 2001 +@@ -44,10 +44,10 @@ + + top_builddir = . + +-ACLOCAL = @ACLOCAL@ +-AUTOCONF = @AUTOCONF@ +-AUTOMAKE = @AUTOMAKE@ +-AUTOHEADER = @AUTOHEADER@ ++ACLOCAL = #@ACLOCAL@ ++AUTOCONF = #@AUTOCONF@ ++AUTOMAKE = #@AUTOMAKE@ ++AUTOHEADER = #@AUTOHEADER@ + + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -110,7 +110,7 @@ DIST_SUBDIRS = $(SUBDIRS) docs # SDL runtime configuration script @@ -8,8 +26,8 @@ +bin_SCRIPTS = sdl11-config # All the rest of the distributed files - EXTRA_DIST = BUGS COPYING CREDITS INSTALL README README-SDL.txt README.Win32 README.MacOS VisualC.html VisualC.zip CWprojects.sea.hqx MPWmake.sea.hqx WhatsNew docs.html sdl.m4 autogen.sh strip_fPIC.sh -@@ -121,7 +121,7 @@ + EXTRA_DIST = BUGS TODO COPYING CREDITS INSTALL README README-SDL.txt README.Win32 README.MacOS README.MacOSX VisualC.html VisualC.zip CWprojects.sea.hqx MPWmake.sea.hqx WhatsNew docs.html sdl.m4 autogen.sh strip_fPIC.sh +@@ -118,7 +118,7 @@ # M4 macro file for inclusion with autoconf m4datadir = $(datadir)/aclocal |