diff options
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 |