aboutsummaryrefslogtreecommitdiff
path: root/cad/netgen/files/patch-togl::Makefile
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2010-07-01 19:47:47 +0000
committerStefan Walter <stefan@FreeBSD.org>2010-07-01 19:47:47 +0000
commita9b0be5f5818061de8120b072b447e0ee63d8148 (patch)
tree2d6cc0b3e9d5a3bb0a811ffd1cd6cb5b63021cb1 /cad/netgen/files/patch-togl::Makefile
parent49494235f5033ae899aca186b0932fe427c7355f (diff)
downloadports-a9b0be5f5818061de8120b072b447e0ee63d8148.tar.gz
ports-a9b0be5f5818061de8120b072b447e0ee63d8148.zip
Notes
Diffstat (limited to 'cad/netgen/files/patch-togl::Makefile')
-rw-r--r--cad/netgen/files/patch-togl::Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/cad/netgen/files/patch-togl::Makefile b/cad/netgen/files/patch-togl::Makefile
deleted file mode 100644
index c714582115f5..000000000000
--- a/cad/netgen/files/patch-togl::Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
---- ./togl/Makefile.orig Wed Jan 28 16:28:33 2004
-+++ ./togl/Makefile Sun Nov 21 18:37:12 2004
-@@ -57,33 +57,33 @@
- # Initial revision
- #
-
--
-+include ../libsrc/makefile.mach.$(MACHINE)
-
- # Makefile for Togl demos
- # You'll probably have to tinker with these macros:
-
-
- # The C compiler:
--CC = cc
-+CC = $(CPLUSPLUS)
-
- # Compiler options:
--COPTS = -c -O
-+COPTS = -c $(CXXFLAGS)
-
- # Shared library linker command:
--SHLINK = cc -G
-+SHLINK = $(LINK) -shared
-
- # Name for the shared lib:
- #SH_LIB = libtogl.so.1.3
- SH_LIB =
-
- # Where to find tcl.h, tk.h, OpenGL/Mesa headers, etc:
--INCLUDES = -I/usr/local/include -I/usr/include/tcl -I/usr/freeware/include
-+INCLUDES = -I$(LOCALBASE)/include $(CPLUSPLUSFLAGS3)
-
- # Where to find libtcl.a, libtk.a, OpenGL/Mesa libraries:
--LIBDIRS = -L/usr/local/lib
-+LIBDIRS = $(LINKFLAGS2)
-
- # Libraries to link with (-ldl for Linux only?):
--LIBS = -ltk -ltcl -lGLU -lGL -L/usr/X11/lib -L/usr/freeware/lib32 -lX11 -lXmu -lXext -lXt -lm -ldl
-+LIBS = $(tcltklib) -lGLU -lGL -lX11 -lXmu -lXext -lXt -lm
-
- TK_FLAGS =
-