diff options
Diffstat (limited to 'emulators/wine-current/patches/patch-ad')
-rw-r--r-- | emulators/wine-current/patches/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/wine-current/patches/patch-ad b/emulators/wine-current/patches/patch-ad new file mode 100644 index 00000000000..1394ce4f7a5 --- /dev/null +++ b/emulators/wine-current/patches/patch-ad @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Apr 14 17:25:20 1999 ++++ Makefile.in Wed Apr 14 17:25:28 1999 +@@ -183,7 +183,7 @@ + $(RANLIB) $@ + + libwine.so.1.0: $(LIBOBJS) $(X11OBJS) +- $(LDSHARED) -o$@ $(LIBOBJS) $(X11OBJS) $(LDOPTIONS) ++ $(LDSHARED) -o$@ $(LIBOBJS) $(X11OBJS) + ln -sf $@ libwine.so + + install_emu: install_lib |