diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-07-11 10:10:57 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-07-11 10:10:57 +0000 |
commit | 7f8920e01e61cea192678e9a2a55895b74f77131 (patch) | |
tree | 45afb716a59bfad8d3febc55f45609cf55a5e0fb /emulators/wine/files | |
parent | Update to 1.2.4. Among other things, this version fixes potentian security (diff) |
Update the Wine port to version 2002.07.10.
Approved by: obrien (mentor)
Notes
Notes:
svn path=/head/; revision=62803
Diffstat (limited to 'emulators/wine/files')
-rw-r--r-- | emulators/wine/files/patch-gb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/emulators/wine/files/patch-gb b/emulators/wine/files/patch-gb index b4d2e44fd710..6b7a9ac0b3b5 100644 --- a/emulators/wine/files/patch-gb +++ b/emulators/wine/files/patch-gb @@ -1,10 +1,10 @@ -*** Makefile.in.orig Thu Jun 6 13:16:17 2002 ---- Makefile.in Thu Jun 6 13:17:00 2002 -*************** wine: $(WINEWRAPPER) -*** 72,89 **** - $(RM) $@ && $(LN_S) $(WINEWRAPPER) $@ +*** Makefile.in.orig Thu Jul 11 10:36:16 2002 +--- Makefile.in Thu Jul 11 10:36:38 2002 +*************** install-lib:: $(INSTALLLIBSUBDIRS:%=%/__ +*** 87,104 **** + install-dev:: $(INSTALLDEVSUBDIRS:%=%/__install__) - install:: all $(SUBDIRS:%=%/__install__) + install:: - -$(LDCONFIG) - @if test -n "`LANG=C $(LDD) $(bindir)/wine|grep not.found`"; \ - then \ @@ -18,6 +18,6 @@ - echo "*************************************************" ; \ - fi - uninstall:: $(SUBDIRS:%=%/__uninstall__) + .PHONY: install-lib install-dev ---- 72,77 ---- +--- 87,92 ---- |