openbsd-ports/audio/faac/patches/patch-include_faaccfg_h

21 lines
552 B
Plaintext

$OpenBSD: patch-include_faaccfg_h,v 1.3 2011/08/28 13:19:45 naddy Exp $
--- include/faaccfg.h.orig Thu Aug 25 00:55:37 2011
+++ include/faaccfg.h Thu Aug 25 00:56:00 2011
@@ -45,7 +45,7 @@
#define SHORTCTL_NOSHORT 1
#define SHORTCTL_NOLONG 2
-#pragma pack(push, 1)
+/* #pragma pack(push, 1) */
typedef struct faacEncConfiguration
{
/* config version */
@@ -117,6 +117,6 @@ typedef struct faacEncConfiguration
} faacEncConfiguration, *faacEncConfigurationPtr;
-#pragma pack(pop)
+/* #pragma pack(pop) */
#endif /* _FAACCFG_H_ */