openbsd-ports/x11/afterstep/patches/patch-libAfterStep_asapp_h
naddy 2f12d2fceb * make this build on alpha by removing something that was intended
to help it build on alpha...
* honor CFLAGS
2012-04-12 17:31:12 +00:00

15 lines
535 B
Plaintext

$OpenBSD: patch-libAfterStep_asapp_h,v 1.1 2012/04/12 17:31:12 naddy Exp $
--- libAfterStep/asapp.h.orig Thu Apr 12 17:45:11 2012
+++ libAfterStep/asapp.h Thu Apr 12 17:45:20 2012
@@ -15,10 +15,6 @@
#include "sun_headers.h"
#endif
-#if defined(__alpha)
-#include "alpha_header.h"
-#endif /* NEEDS_ALPHA_HEADER */
-
/* Some people say that AIX and AIXV3 need 3 preceding underscores, other say
* no. I'll do both */
#if defined ___AIX || defined _AIX || defined __QNX__ || defined ___AIXV3 || defined AIXV3 || defined _SEQUENT_