Greatly simplify the post-patch: target, now that Wine does not set
SOVERSION = 1.0 any longer (in most cases). Approved by: obrien (mentor)
This commit is contained in:
parent
bff5acba31
commit
98c7d14ebb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59820
@ -50,7 +50,7 @@ pre-extract:
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.for D in ./ ../library ../tsx11 ../unicode advapi32 avifil32 comctl32 commdlg crtdll dciman32 ddraw dinput dplay dplayx dsound gdi icmp imagehlp imm32 kernel lzexpand mpr msacm msnet32 msvideo odbc32 ole32 oleaut32 olecli oledlg olepro32 olesvr opengl32 psapi rasapi32 richedit rpcrt4 serialui setupapi shell32 shfolder shlwapi tapi32 ttydrv urlmon user version win32s winaspi wineps wininet winmm winmm/joystick winmm/mcianim winmm/mciavi winmm/mcicda winmm/mciseq winmm/mciwave winmm/midimap winmm/wavemap winmm/wineoss winsock winspool wow32 wsock32 x11drv
|
||||
.for D in ../library ../tsx11 ../unicode
|
||||
@${PERL} -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \
|
||||
${WRKSRC}/dlls/${D}/Makefile.in
|
||||
.endfor
|
||||
|
@ -50,7 +50,7 @@ pre-extract:
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.for D in ./ ../library ../tsx11 ../unicode advapi32 avifil32 comctl32 commdlg crtdll dciman32 ddraw dinput dplay dplayx dsound gdi icmp imagehlp imm32 kernel lzexpand mpr msacm msnet32 msvideo odbc32 ole32 oleaut32 olecli oledlg olepro32 olesvr opengl32 psapi rasapi32 richedit rpcrt4 serialui setupapi shell32 shfolder shlwapi tapi32 ttydrv urlmon user version win32s winaspi wineps wininet winmm winmm/joystick winmm/mcianim winmm/mciavi winmm/mcicda winmm/mciseq winmm/mciwave winmm/midimap winmm/wavemap winmm/wineoss winsock winspool wow32 wsock32 x11drv
|
||||
.for D in ../library ../tsx11 ../unicode
|
||||
@${PERL} -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \
|
||||
${WRKSRC}/dlls/${D}/Makefile.in
|
||||
.endfor
|
||||
|
Loading…
Reference in New Issue
Block a user