- 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:
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
|
@ -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
|
||||
|
||||
|
|
11
x11-toolkits/paragui/files/patch-include_pgtimerobject.h
Normal file
11
x11-toolkits/paragui/files/patch-include_pgtimerobject.h
Normal 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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue