diff options
Diffstat (limited to 'emulators/wine/patches/patch-ap')
-rw-r--r-- | emulators/wine/patches/patch-ap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/wine/patches/patch-ap b/emulators/wine/patches/patch-ap new file mode 100644 index 00000000000..54377cbe587 --- /dev/null +++ b/emulators/wine/patches/patch-ap @@ -0,0 +1,10 @@ +$NetBSD: patch-ap,v 1.1 1998/12/14 02:17:12 tv Exp $ + +--- graphics/psdrv/Makefile.in.orig Sun Dec 13 17:23:30 1998 ++++ graphics/psdrv/Makefile.in Sun Dec 13 17:23:46 1998 +@@ -1,4 +1,4 @@ +-DEFS = -D__WINE__ ++DEFS = @DLLFLAGS@ -D__WINE__ + TOPSRCDIR = @top_srcdir@ + TOPOBJDIR = ../.. + SRCDIR = @srcdir@ |