freebsd-ports/graphics/openrm/files/patch-make.cfg
Edwin Groothuis bdbdf19d92 New port: graphics/openrm OpenGL based library
OpenRM Scene Graph is set of tools and utilities that
	implement a high performance, flexible and extendible scene
	graph API. Underneath OpenRM, OpenGL(tm) is used as the
	graphics platform for rendering, so OpenRM is highly portable
	and can deliver blazing rendering speeds.  OpenRM can be
	used on any platform that has OpenGL.

PR:		ports/40366
Submitted by:	Igor Pokrovsky <tiamat@telegraph.spb.ru>
2003-04-06 23:24:39 +00:00

41 lines
1.3 KiB
INI

--- make.cfg.orig Sun Oct 14 16:37:11 2001
+++ make.cfg Sun Apr 6 15:23:36 2003
@@ -74,8 +74,9 @@
linux:
@$(MAKE) $(MFLAGS) -f Makefile.x11 targets \
"CC = gcc" \
- "XINC = /usr/X11R6/include" \
- "GLINC = /usr/include"\
+ "XINC = ${X11BASE}/include" \
+ "GLINC = ${X11BASE}/include" \
+ "JPEGINC = ${LOCALBASE}/include" \
"RMINC = ../include" \
"CFLAGS = -c -O2 -m486 -finline-functions -fomit-frame-pointer -DRM_X" \
"RMLIB = librm" \
@@ -89,7 +90,7 @@
linux-debug:
@$(MAKE) $(MFLAGS) -f Makefile.x11 targets \
"CC = gcc" \
- "XINC = /usr/X11R6/include" \
+ "XINC = ${X11BASE}/include" \
"GLINC = /usr/include"\
"RMINC = ../include" \
"CFLAGS = -c -g -ansi -Wall -Winline -m486 -finline-functions -DRM_X" \
@@ -114,7 +115,7 @@
"XINC = /usr/openwin/include" \
"GLINC = /usr/openwin/include" \
"RMINC = ../include" \
- "JPEGINC = /usr/local/include" \
+ "JPEGINC = ${LOCALBASE}/include" \
"CFLAGS = -O -c -Xc -Kpic -v -I/usr/openwin/include -DSOLARIS -DRM_X" \
"RMLIB = librm" \
"RMVLIB = librmv" \
@@ -130,7 +131,7 @@
"XINC = /usr/openwin/include" \
"GLINC = /usr/openwin/include" \
"RMINC = ../include" \
- "JPEGINC = /usr/local/include" \
+ "JPEGINC = ${LOCALBASE}/include" \
"CFLAGS = -g -c -Xc -Kpic -v -I/usr/openwin/include -DSOLARIS -DRM_X" \
"RMLIB = librm" \
"RMVLIB = librmv" \