summaryrefslogtreecommitdiff
path: root/graphics/utah-glx/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/utah-glx/files/patch-ac')
-rw-r--r--graphics/utah-glx/files/patch-ac37
1 files changed, 0 insertions, 37 deletions
diff --git a/graphics/utah-glx/files/patch-ac b/graphics/utah-glx/files/patch-ac
deleted file mode 100644
index 81348f78bf87..000000000000
--- a/graphics/utah-glx/files/patch-ac
+++ /dev/null
@@ -1,37 +0,0 @@
---- libglut/Makefile.in.orig Thu Aug 24 16:53:46 2000
-+++ libglut/Makefile.in Thu Aug 24 21:44:21 2000
-@@ -13,9 +13,9 @@
- # These define the name/version of the shared library we're building
- # ------------------------------------------------------------------
- LIBNAME = glut
--GLUTREV_major = 3
--GLUTREV_minor = 7
--SOGLUTREV = ${GLUTREV_major}.${GLUTREV_minor}
-+GLUTREV_major = ${GLUTVER}
-+GLUTREV_minor =
-+SOGLUTREV = ${GLUTREV_major}${GLUTREV_minor}
- GLUTLIB = lib${LIBNAME}.so.${SOGLUTREV}
-
- # Source and Object definitions
-@@ -114,8 +114,8 @@
- @if [ -d ${DESTDIR}${INSTALL_libdir} ]; then set +x; \
- else (set -x; ${MKDIR} ${DESTDIR}${INSTALL_libdir}); fi
- ${INSTALL} ${INSTALLFLAGS} ${INSTBINFLAGS} ${GLUTLIB} ${DESTDIR}${INSTALL_libdir}
-- ${RM} ${DESTDIR}${INSTALL_libdir}/lib${LIBNAME}.so.${GLUTREV_major} ;\
-- ${LN} ${GLUTLIB} ${DESTDIR}${INSTALL_libdir}/lib${LIBNAME}.so.${GLUTREV_major}
-+# ${RM} ${DESTDIR}${INSTALL_libdir}/lib${LIBNAME}.so.${GLUTREV_major} ;\
-+# ${LN} ${GLUTLIB} ${DESTDIR}${INSTALL_libdir}/lib${LIBNAME}.so.${GLUTREV_major}
- ${RM} ${DESTDIR}${INSTALL_libdir}/lib${LIBNAME}.so ;\
- ${LN} ${GLUTLIB} ${DESTDIR}${INSTALL_libdir}/lib${LIBNAME}.so
- else
-@@ -147,8 +147,8 @@
- fi;
- ${RM} $@
- ${MV} $@~ $@
-- ${RM} lib${LIBNAME}.so.${GLUTREV_major}
-- ${LN} $@ lib${LIBNAME}.so.${GLUTREV_major}
-+# ${RM} lib${LIBNAME}.so.${GLUTREV_major}
-+# ${LN} $@ lib${LIBNAME}.so.${GLUTREV_major}
- ${RM} lib${LIBNAME}.so
- ${LN} $@ lib${LIBNAME}.so
-