mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
- Fix build with clang [1] - Fix ncpu detection [1] - Pass maintainership to submitter - Convert to USES=dos2unix - Support STAGEDIR - Remove support for FreeBSD 7.x - Remove LICENSE_FILE for standard license PR: ports/184111 [1] Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> (based on) [1] Approved by: llc2w@virginia.edu (old maintainer)
14 lines
301 B
C++
14 lines
301 B
C++
--- src/gtk/glx_3Demu.cpp.orig 2013-11-28 01:36:53.712615000 +0100
|
|
+++ src/gtk/glx_3Demu.cpp 2013-12-14 20:08:01.000000000 +0100
|
|
@@ -41,11 +41,7 @@
|
|
glXDestroyContext(dpy, ctx);
|
|
|
|
XCloseDisplay(dpy);
|
|
-
|
|
- return true;
|
|
}
|
|
-
|
|
- return false;
|
|
}
|
|
|
|
int init_glx_3Demu(void)
|