diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-14 08:30:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-14 08:30:58 +0000 |
commit | 6ebce0e5314e74aa1574f9fef4a35412ea01b1e6 (patch) | |
tree | 87b046210140f21bcd1563e145a9ad3b6523376c /sysutils/glload/files/patch-Makefile.FreeBSD | |
parent | Fix a breakage due to threaded Mesa. (diff) |
Unbroke with threaded Mesa.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=46224
Diffstat (limited to 'sysutils/glload/files/patch-Makefile.FreeBSD')
-rw-r--r-- | sysutils/glload/files/patch-Makefile.FreeBSD | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/glload/files/patch-Makefile.FreeBSD b/sysutils/glload/files/patch-Makefile.FreeBSD new file mode 100644 index 000000000000..0cd6fd0c4c13 --- /dev/null +++ b/sysutils/glload/files/patch-Makefile.FreeBSD @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- Makefile.FreeBSD 2001/08/14 08:27:41 1.1 ++++ Makefile.FreeBSD 2001/08/14 08:28:05 +@@ -1,7 +1,7 @@ + OBJS = get_load.o trackball.o glload.o texture.o +-CFLAGS += -I/usr/X11R6/include -DFreeBSD ++CFLAGS += -I/usr/X11R6/include -DFreeBSD $(PTHREAD_CFLAGS) + # i need this +-LDFLAGS = -L/usr/X11R6/lib ++LDFLAGS = -L/usr/X11R6/lib $(PTHREAD_LIBS) + # the libs librpcsvc me only be needed on IRIX + LLDLIBS = -lglut -lGLU -lGL -lXmu -lXext -lXi -lXt -lICE -lSM -lX11 -lm + # your C-compiler |