mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Previous workaround was insufficient to resolve ports/24589. Try harder this
time.
This commit is contained in:
parent
bda342bf82
commit
7c5c05eb08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37534
2 changed files with 46 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue