mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Drop leading indefinite article from COMMENT text - Stagify, convert to USES=libtool, switch to .tar.bz2 distfile
11 lines
199 B
C++
11 lines
199 B
C++
--- nurbs/nurbsGL.cpp.orig
|
|
+++ nurbs/nurbsGL.cpp
|
|
@@ -26,7 +26,7 @@
|
|
#include <nurbsGL.h>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
|
|
#ifdef WITH_OPENGL
|
|
|