]> git.pld-linux.org Git - packages/gnustep-base.git/commitdiff
- some patches for gstep packages.
authorkloczek <kloczek@pld-linux.org>
Tue, 11 Apr 2000 09:25:15 +0000 (09:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstep-base-unicode.patch -> 1.1

gstep-base-unicode.patch [new file with mode: 0644]

diff --git a/gstep-base-unicode.patch b/gstep-base-unicode.patch
new file mode 100644 (file)
index 0000000..f813472
--- /dev/null
@@ -0,0 +1,35 @@
+--- gstep-0.6.0/base/Source/GNUmakefile.unicode        Tue Sep  7 22:58:44 1999
++++ gstep-0.6.0/base/Source/GNUmakefile        Sun Sep 19 01:11:24 1999
+@@ -442,7 +442,8 @@
+ unicode/nextstep.h
+ HEADERS_INSTALL = $(GNU_HEADERS) \
+-                  $(BASE_HEADERS)
++                  $(BASE_HEADERS) \
++                  $(UNICODE_HEADERS)
+ GENERATED_HFILES = \
+ dynamic-load.h \
+--- gstep-0.6.0/base/Source/Makefile.postamble.unicode Tue Sep  7 22:58:46 1999
++++ gstep-0.6.0/base/Source/Makefile.postamble Sun Sep 19 01:29:21 1999
+@@ -53,6 +53,10 @@
+         $(INSTALL_DATA) ../Headers/gnustep/base/$$file \
+           $(GNUSTEP_HEADERS)/gnustep/base/$$file ; \
+       done
++      for file in $(UNICODE_HEADERS); do \
++        $(INSTALL_DATA) ../Headers/gnustep/$$file \
++          $(GNUSTEP_HEADERS)/gnustep/$$file ; \
++      done
+       $(INSTALL_DATA) $(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)/GSConfig.h \
+           $(GNUSTEP_HEADERS)/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)
+       $(INSTALL_DATA) $(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)/mframe.h \
+@@ -83,6 +87,9 @@
+ after-uninstall::
+       for file in $(GNU_HEADERS); do \
+         rm $(GNUSTEP_HEADERS)/gnustep/base/$$file ; \
++      done
++      for file in $(UNICODE_HEADERS); do \
++        rm $(GNUSTEP_HEADERS)/gnustep/$$file ; \
+       done
+ # Things to do before cleaning
This page took 0.122669 seconds and 4 git commands to generate.