diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-15 07:32:44 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-15 07:32:44 +0000 |
commit | 26676b94fb6c5f273d6f0c73aa9788e6d44dff0f (patch) | |
tree | d797675e63b48274b7fc595126e409cc02f1d648 /emulators/wine/files/patch-ge | |
parent | Tell users that not all these fonts are free. (diff) |
Update to version 2000.10.02.
PR: 21961
Submitted by: maintainer
Diffstat (limited to 'emulators/wine/files/patch-ge')
-rw-r--r-- | emulators/wine/files/patch-ge | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/emulators/wine/files/patch-ge b/emulators/wine/files/patch-ge new file mode 100644 index 000000000000..b40f48d4d9d7 --- /dev/null +++ b/emulators/wine/files/patch-ge @@ -0,0 +1,24 @@ +Index: dlls/Makedll.rules.in +=================================================================== +RCS file: /home/wine/wine/dlls/Makedll.rules.in,v +retrieving revision 1.6 +diff -c -3 -p -r1.6 Makedll.rules.in +*** Makedll.rules.in 2000/08/03 00:04:24 1.6 +--- Makedll.rules.in 2000/10/13 18:30:44 +*************** all: lib$(MODULE).$(LIBEXT) $(ALTNAMES:% +*** 25,31 **** + # Rules for .so files + + lib$(MODULE).so.$(SOVERSION): $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in +! $(LDSHARED) $(OBJS) -o $@ -L$(DLLDIR) $(IMPORTS:%=-l%) $(EXTRALIBS) + + $(ALLNAMES): lib$(MODULE).so.$(SOVERSION) + $(RM) $@ && $(LN_S) lib$(MODULE).so.$(SOVERSION) $@ +--- 25,31 ---- + # Rules for .so files + + lib$(MODULE).so.$(SOVERSION): $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in +! $(LDSHARED) $(OBJS) -o $@ -L$(DLLDIR) $(IMPORTS:%=-l%) $(EXTRALIBS) -lgcc_pic + + $(ALLNAMES): lib$(MODULE).so.$(SOVERSION) + $(RM) $@ && $(LN_S) lib$(MODULE).so.$(SOVERSION) $@ |