summaryrefslogtreecommitdiff
path: root/emulators/wine-current/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine-current/patches/patch-ac')
-rw-r--r--emulators/wine-current/patches/patch-ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/wine-current/patches/patch-ac b/emulators/wine-current/patches/patch-ac
new file mode 100644
index 00000000000..fb6501b17fa
--- /dev/null
+++ b/emulators/wine-current/patches/patch-ac
@@ -0,0 +1,10 @@
+--- server/Makefile.in.orig Tue Apr 13 17:46:37 1999
++++ server/Makefile.in Tue Apr 13 17:46:46 1999
+@@ -34,6 +34,6 @@
+ @MAKE_RULES@
+
+ wineserver: $(OBJS) $(MAIN_OBJS)
+- $(CC) -o $(PROGRAMS) $(OBJS) $(MAIN_OBJS) $(LIBS)
++ $(CC) -o $(PROGRAMS) $(OBJS) $(MAIN_OBJS) $(LDOPTIONS) $(LIBS)
+
+ ### Dependencies: