diff options
-rw-r--r-- | audio/gtkpod/Makefile | 3 | ||||
-rw-r--r-- | audio/gtkpod/files/systems.h | 7 |
2 files changed, 0 insertions, 10 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index 636228d41636..5cbbed6d9a41 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -56,9 +56,6 @@ pre-everything:: @${ECHO_MSG} .endif -post-patch: - @${CP} ${FILESDIR}/systems.h ${WRKSRC}/src - pre-configure: # install locale correctly (share dir instead of lib dir) @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|' \ diff --git a/audio/gtkpod/files/systems.h b/audio/gtkpod/files/systems.h deleted file mode 100644 index d4013d8560c6..000000000000 --- a/audio/gtkpod/files/systems.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is included from faad2 version of mepg4ip.h. */ - -#include <sys/types.h> -#include <stdlib.h> -#include <string.h> - -#define HAVE_RINT |