freebsd-ports/science/felt/files/patch-src__Burlap__descriptor.c
Rong-En Fan 162005da10 - Fix build
- Use macro from bsd.sites.mk
- Remove USE_X_PREFIX
- Things in EXAMPLESDIR are controlled by PORTEXAMPLES, not PORTDOCS

PR:		ports/115396
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
2007-08-15 14:47:19 +00:00

11 lines
344 B
C

--- src/Burlap/descriptor.c.orig Tue Feb 22 07:44:29 2000
+++ src/Burlap/descriptor.c Sat Aug 4 22:27:44 2007
@@ -307,7 +307,7 @@
D_Type (dest) = T_External;
D_Temp (dest) = F_False;
D_Trapped (dest) = F_False;
- D_External (dest) = D_External (src);
+ dest->u.ptr = D_External (src);
break;