Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163359791
D15451.id42626.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
668 B
Referenced Files
None
Subscribers
None
D15451.id42626.diff
View Options
Index: biology/fastx-toolkit/files/patch-src_libfastx_fastx.h
===================================================================
--- /dev/null
+++ biology/fastx-toolkit/files/patch-src_libfastx_fastx.h
@@ -0,0 +1,19 @@
+--- src/libfastx/fastx.h.orig 2018-05-16 14:50:08 UTC
++++ src/libfastx/fastx.h
+@@ -58,7 +58,7 @@ typedef enum {
+ OUTPUT_SAME_AS_INPUT=3
+ } OUTPUT_FILE_TYPE;
+
+-#pragma pack(1)
++#pragma pack(push,1)
+ typedef struct
+ {
+ /* Record data - common for FASTA/FASTQ */
+@@ -115,6 +115,7 @@ typedef struct
+ FILE* input;
+ FILE* output;
+ } FASTX ;
++#pragma pack(pop)
+
+
+ void fastx_init_reader(FASTX *pFASTX, const char* filename,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 23, 12:10 PM (10 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35401480
Default Alt Text
D15451.id42626.diff (668 B)
Attached To
Mode
D15451: biology/fastx-toolkit: Fix build on FreeBSD 12
Attached
Detach File
Event Timeline
Log In to Comment