diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-06 22:22:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-06 22:22:16 +0000 |
commit | 943fc1582ce5f4bf7b55a853f4205bdfcc433080 (patch) | |
tree | ac2c25a96137df8131596439cbb8a50b05189c45 /emulators/wine/files/patch-gb | |
parent | - Mirror distfile locally - this unbreaks fetching and buys me some time to f... (diff) |
Update to the first beta version of Wine, 0.9.
Unfortunately this requires a port epoch, and also uses bzip2 now.
PR: 88492
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Approved by: gerald (maintainer)?
Notes
Notes:
svn path=/head/; revision=147465
Diffstat (limited to 'emulators/wine/files/patch-gb')
-rw-r--r-- | emulators/wine/files/patch-gb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/wine/files/patch-gb b/emulators/wine/files/patch-gb deleted file mode 100644 index 428621682509..000000000000 --- a/emulators/wine/files/patch-gb +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.in.orig Wed Apr 9 08:10:49 2003 -+++ Makefile.in Wed Apr 9 08:14:06 2003 -@@ -82,8 +82,7 @@ - install-dev:: $(INSTALLDEVSUBDIRS:%=%/__install__) $(INSTALLBOTHSUBDIRS:%=%/__install-dev__) install-aclocal - - install:: install-lib install-dev install-aclocal -- -$(LDCONFIG) -- @if test -n "`LANG=C $(LDD) $(bindir)/wine|grep not.found`"; \ -+ @if false ; \ - then \ - echo "*************************************************" ; \ - echo "*************************************************" ; \ |