diff options
Diffstat (limited to 'emulators/wine/patches/patch-ab')
-rw-r--r-- | emulators/wine/patches/patch-ab | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/emulators/wine/patches/patch-ab b/emulators/wine/patches/patch-ab deleted file mode 100644 index 8d5635b7481..00000000000 --- a/emulators/wine/patches/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ab,v 1.6 2001/12/26 23:03:44 wiz Exp $ - ---- Makefile.in.orig Fri Dec 11 14:26:26 1998 -+++ Makefile.in -@@ -153,7 +153,7 @@ - lib: $(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET) - - wine wine.sym: $(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET) $(EMUSUBDIRS) dummy -- $(CC) -o wine $(EMUOBJS) $(LIB_TARGET) $(ALT_LINK) $(LDOPTIONS) $(X_LIBS) $(XLIB) $(LIBS) -+ $(CC) -o wine $(EMUOBJS) -L. -lwine $(ALT_LINK) $(LDFLAGS) $(LDOPTIONS) $(X_LIBS) $(XLIB) $(LIBS) - nm -n wine | grep -v _compiled >wine.sym - @echo "Wine build complete." - -@@ -163,7 +163,7 @@ - $(RANLIB) $@ - - libwine.so.1.0: $(LIBOBJS) $(X11OBJS) -- $(CC) -shared -Wl,-soname,libwine.so -o$@ $(LIBOBJS) $(X11OBJS) $(LDOPTIONS) $(X_LIBS) $(XLIB) $(LIBS) -+ ${LDSHARE} -o$@ $(LIBOBJS) $(X11OBJS) $(LDOPTIONS) - - install_emu: install_lib - [ -d $(bindir) ] || $(MKDIR) $(bindir) |