diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-28 22:28:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-28 22:28:48 +0000 |
commit | b855dea18d04000f17c2df6f88469faf24fcd54d (patch) | |
tree | 4b3c77902e068c2b32ca8ad5ba9c38d9e85e70d6 /audio/gtkpod | |
parent | 69ace8e8db7662c298dd29bbce67b32345acfc0f (diff) | |
download | ports-b855dea18d04000f17c2df6f88469faf24fcd54d.tar.gz ports-b855dea18d04000f17c2df6f88469faf24fcd54d.zip |
Notes
Diffstat (limited to 'audio/gtkpod')
-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 |