diff options
author | rh <rh@pkgsrc.org> | 2001-05-14 17:00:32 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-05-14 17:00:32 +0000 |
commit | 594f05581df26696155c805281add85194f6ce01 (patch) | |
tree | 70dd37ed9fb21e60967af143e8d669573bab501c /graphics/gle/patches | |
parent | 114ece5630f19e73bc85923fa82a854d2445dc46 (diff) | |
download | pkgsrc-594f05581df26696155c805281add85194f6ce01.tar.gz |
Initial import of gle-3.0.3, a set of GL subroutines for drawing tubing
and extrusions.
Diffstat (limited to 'graphics/gle/patches')
-rw-r--r-- | graphics/gle/patches/patch-aa | 13 | ||||
-rw-r--r-- | graphics/gle/patches/patch-ab | 46 |
2 files changed, 59 insertions, 0 deletions
diff --git a/graphics/gle/patches/patch-aa b/graphics/gle/patches/patch-aa new file mode 100644 index 00000000000..2f92b027853 --- /dev/null +++ b/graphics/gle/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/05/14 17:00:32 rh Exp $ + +--- examples/Makefile.in.orig Wed Apr 25 21:57:44 2001 ++++ examples/Makefile.in +@@ -100,7 +100,7 @@ + INCLUDES = @X_CFLAGS@ -I${top_srcdir} -I${top_srcdir}/src + + +-LDADD = @X_LIBS@ -L../src/.libs ++LDADD = @X_LIBS@ -L../src -L../src/.libs + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = diff --git a/graphics/gle/patches/patch-ab b/graphics/gle/patches/patch-ab new file mode 100644 index 00000000000..93d87307abc --- /dev/null +++ b/graphics/gle/patches/patch-ab @@ -0,0 +1,46 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/05/14 17:00:32 rh Exp $ + +--- man/Makefile.in.orig Wed May 9 17:11:27 2001 ++++ man/Makefile.in +@@ -70,15 +70,15 @@ + RANLIB = @RANLIB@ + VERSION = @VERSION@ + +-man_MANS = gle.3gle gleExtrusion.3gle gleHelicoid.3gle gleLathe.3gle glePolyCone.3gle glePolyCylinder.3gle gleScrew.3gle gleSetJoinStyle.3gle gleSetNumSides.3gle gleSpiral.3gle gleSuperExtrusion.3gle gleTextureMode.3gle gleToroid.3gle gleTwistExtrusion.3gle ++man_MANS = gle.3 gleExtrusion.3 gleHelicoid.3 gleLathe.3 glePolyCone.3 glePolyCylinder.3 gleScrew.3 gleSetJoinStyle.3 gleSetNumSides.3 gleSpiral.3 gleSuperExtrusion.3 gleTextureMode.3 gleToroid.3 gleTwistExtrusion.3 + + +-man_RAW = $(man_MANS:.3gle=.man) ++man_RAW = $(man_MANS:.3=.man) + + EXTRA_DIST = $(man_RAW) Makefile.sgi + + +-SUFFIXES = .man .3gle ++SUFFIXES = .man .3 + + CLEANFILES = $(man_MANS) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +@@ -102,7 +102,7 @@ + GZIP_ENV = --best + all: all-redirect + .SUFFIXES: +-.SUFFIXES: .3gle .man ++.SUFFIXES: .3 .man + $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps man/Makefile + +@@ -233,11 +233,11 @@ + + + # for the ordinary install, just copy the raw files .... +-.man.3gle: ++.man.3: + cp -p $< $@ + + # preformat and compress -- these should install in the preformat dir +-.man.3gle.gz: ++.man.3.gz: + nroff -man < $< > $*.nr + gzip $*.nr + mv $*.nr.gz $@ |