summaryrefslogtreecommitdiff
path: root/emulators/wine-devel/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2002-05-23 19:08:32 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2002-05-23 19:08:32 +0000
commit98c7d14ebbe9945f9d84df1ff004d4b27fbb1c38 (patch)
treee8ef9686a4a69354c624ca469887352554a79218 /emulators/wine-devel/Makefile
parentadd metapixel 0.7 (diff)
Greatly simplify the post-patch: target, now that Wine does not set
SOVERSION = 1.0 any longer (in most cases). Approved by: obrien (mentor)
Notes
Notes: svn path=/head/; revision=59820
Diffstat (limited to '')
-rw-r--r--emulators/wine-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index dccf3f687943..f2fa0b8e61dc 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -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