]> git.pld-linux.org Git - packages/ftgl.git/commitdiff
This commit was manufactured by cvs2git to create branch 'unlabeled-1.16.2'.
authorcvs2git <feedback@pld-linux.org>
Fri, 14 Sep 2007 13:37:06 +0000 (13:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2007-09-14 13:37:06 UTC arvenil <arvenil@pld-linux.org> '- release 3 (needs rebuild with new file)'
Delete:
    ftgl-Makefiles.patch
    ftgl-gcc4.patch

ftgl-Makefiles.patch [deleted file]
ftgl-gcc4.patch [deleted file]

diff --git a/ftgl-Makefiles.patch b/ftgl-Makefiles.patch
deleted file mode 100644 (file)
index f3b61b3..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-diff -uNr ../../Projects/ftgl/FTGL/unix/Makefile FTGL/unix/Makefile
---- ../../Projects/ftgl/FTGL/unix/Makefile     2003-01-12 22:27:04.000000000 +0100
-+++ FTGL/unix/Makefile 2005-02-19 17:36:22.000000000 +0100
-@@ -16,8 +16,8 @@
-       ./configure
- install-local: ftgl.pc
--      $(INSTALL) -d -m 0755 $(libdir)/pkgconfig
--      $(INSTALL) -m 0644 ftgl.pc $(libdir)/pkgconfig/
-+      $(INSTALL) -d -m 0755 $(install_prefix)$(libdir)/pkgconfig
-+      $(INSTALL) -m 0644 ftgl.pc $(install_prefix)$(libdir)/pkgconfig/
- maint-clean-local:
-       $(RM) $(AUTOGEN_MAINT)
-diff -uNr ../../Projects/ftgl/FTGL/unix/docs/Makefile FTGL/unix/docs/Makefile
---- ../../Projects/ftgl/FTGL/unix/docs/Makefile        2003-03-06 11:22:54.000000000 +0100
-+++ FTGL/unix/docs/Makefile    2005-02-19 17:35:47.000000000 +0100
-@@ -13,8 +13,8 @@
-       touch $@
- install-local: doc
--      $(INSTALL) -d -m 0755 $(datadir)/doc/$(PACKAGE_NAME)/html
--      $(INSTALL) -m 0644 html/* $(datadir)/doc/$(PACKAGE_NAME)/html/
-+      $(INSTALL) -d -m 0755 $(install_prefix)$(datadir)/doc/$(PACKAGE_NAME)/html
-+      $(INSTALL) -m 0644 html/* $(install_prefix)$(datadir)/doc/$(PACKAGE_NAME)/html/
- distclean-local:
-       $(RM) -r $(DOCDIRS)
-diff -uNr ../../Projects/ftgl/FTGL/unix/src/Makefile FTGL/unix/src/Makefile
---- ../../Projects/ftgl/FTGL/unix/src/Makefile 2004-08-16 08:09:43.000000000 +0200
-+++ FTGL/unix/src/Makefile     2005-02-19 17:36:38.000000000 +0100
-@@ -73,10 +73,10 @@
- libftgl.la: $(LOBJS)
- install-local: libftgl.la
--      $(INSTALL) -d -m 0755 $(libdir)
--      $(LIBTOOL) --mode=install $(INSTALL) -m 0644 $(TARGET) $(libdir)
--      $(INSTALL) -d -m 0755 $(includedir)/FTGL
--      $(INSTALL) -m 0644 $(HEADER_FILES) $(includedir)/FTGL
-+      $(INSTALL) -d -m 0755 $(install_prefix)$(libdir)
-+      $(LIBTOOL) --mode=install $(INSTALL) -m 0644 $(TARGET) $(install_prefix)$(libdir)
-+      $(INSTALL) -d -m 0755 $(install_prefix)$(includedir)/FTGL
-+      $(INSTALL) -m 0644 $(HEADER_FILES) $(install_prefix)$(includedir)/FTGL
- clean-local:
diff --git a/ftgl-gcc4.patch b/ftgl-gcc4.patch
deleted file mode 100644 (file)
index f73b49a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN FTGL/include/FTTextureGlyph.h FTGL.new/include/FTTextureGlyph.h
---- FTGL/include/FTTextureGlyph.h      2004-10-17 02:40:13.000000000 +0200
-+++ FTGL.new/include/FTTextureGlyph.h  2006-04-12 23:51:45.000000000 +0200
-@@ -52,7 +52,7 @@
-          * Reset the currently active texture to zero to get into a known state before
-          * drawing a string. This is to get round possible threading issues.
-          */
--        static void FTTextureGlyph::ResetActiveTexture(){ activeTextureID = 0;}
-+        static void ResetActiveTexture(){ activeTextureID = 0;}
-         
-     private:
-         /**
This page took 0.055238 seconds and 4 git commands to generate.