mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
- Switch to USES=libtool to fix a check-plist error about a .la orphan
- Adjust the modification time of aclocal.m4 so make doesn't try to regenerate and rerun configure (without patches) during build phase Reported by: antoine
This commit is contained in:
parent
486a2e54b7
commit
112a690f8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367728
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= sdl2_gfx
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= SDL2_gfx
|
||||
@ -14,9 +14,10 @@ COMMENT= SDL graphics drawing primitives and other support functions
|
||||
|
||||
LICENSE= ZLIB
|
||||
|
||||
USES= pathfix gmake libtool:oldver
|
||||
USE_SDL= sdl2
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool pathfix
|
||||
USE_SDL= sdl2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= MMX
|
||||
@ -24,4 +25,7 @@ OPTIONS_DEFINE= MMX
|
||||
MMX_CONFIGURE_ENABLE= mmx
|
||||
MMX_CFLAGS= -DUSE_MMX
|
||||
|
||||
post-patch:
|
||||
${TOUCH} -mr ${WRKSRC}/configure.in ${WRKSRC}/aclocal.m4
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,6 +4,6 @@ include/SDL2/SDL2_imageFilter.h
|
||||
include/SDL2/SDL2_rotozoom.h
|
||||
libdata/pkgconfig/SDL2_gfx.pc
|
||||
lib/libSDL2_gfx-1.0.so.0
|
||||
lib/libSDL2_gfx-1.0.so
|
||||
lib/libSDL2_gfx-1.0.so.0.0.1
|
||||
lib/libSDL2_gfx.a
|
||||
lib/libSDL2_gfx.so
|
||||
|
Loading…
Reference in New Issue
Block a user