mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
69705aa89e
fix automake troubles, include patches for several bugs. Reviewed by: des Approved by: portmgr
12 lines
331 B
Plaintext
12 lines
331 B
Plaintext
--- h5/glide3/src/glfb.c.orig Fri May 10 17:43:21 2002
|
|
+++ h5/glide3/src/glfb.c Fri May 10 17:43:36 2002
|
|
@@ -700,7 +700,7 @@
|
|
}
|
|
#endif
|
|
else {
|
|
-#ifdef defined(DRI_BUILD)
|
|
+#if defined(DRI_BUILD)
|
|
/*
|
|
* For Linux, we just return the correct address and
|
|
* stride.
|