- Fix build on !i386 [1]

- Use DATADIR macro in pkg-plist

PR:		ports/99233
Submitted by:	alepulver [1]
Approved by:	ahze (mentor)
This commit is contained in:
Shaun Amott 2006-06-21 02:05:19 +00:00
parent e29425e3de
commit 4bc9d7a0d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165895
3 changed files with 14 additions and 7 deletions

View file

@ -32,10 +32,6 @@ PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= does not build on ${ARCH}
.endif
post-extract:
@${RM} -f ${WRKSRC}/src/physfs/platform.c

View file

@ -0,0 +1,11 @@
--- ./include/pgtimerobject.h.orig Sat Jan 4 18:13:38 2003
+++ ./include/pgtimerobject.h Tue Jun 20 19:37:34 2006
@@ -32,7 +32,7 @@
#include "paragui.h"
#include <map>
-typedef Uint32 PG_TimerID;
+typedef ptrdiff_t PG_TimerID;
/**
@author Alexander Pipelka

View file

@ -54,7 +54,7 @@ lib/libparagui.so
lib/libparagui.so.%%SHLIB_VER%%
libdata/pkgconfig/paragui.pc
share/aclocal/paragui.m4
share/paragui/default.zip
share/paragui/simple.zip
@dirrm share/paragui
%%DATADIR%%/default.zip
%%DATADIR%%/simple.zip
@dirrm %%DATADIR%%
@dirrm include/paragui