mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
- Convert to USES=libtool
- Remove -lpthread patching
This commit is contained in:
parent
7de326695d
commit
67de73a1cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368130
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= core
|
||||
PORTVERSION= svn20130912
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel games
|
||||
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
|
||||
PKGNAMEPREFIX= bennugd-
|
||||
@ -11,7 +12,7 @@ DISTNAME= bennugd-${PORTVERSION}
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= High level open source game development suite, core libs
|
||||
|
||||
USES= tar:bzip2 dos2unix
|
||||
USES= dos2unix libtool tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --bindir="${PREFIX}/libexec"
|
||||
SUB_FILES= bgdc bgdi
|
||||
@ -27,7 +28,7 @@ WRKSRC= ${WRKDIR}/bennugd/${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/bgdc bin/bgdi \
|
||||
libexec/bgdc libexec/bgdi \
|
||||
lib/libbgdrtm.la lib/libbgdrtm.so
|
||||
lib/libbgdrtm.so
|
||||
|
||||
post-extract:
|
||||
@${CHMOD} a+x ${WRKSRC}/configure ${WRKSRC}/install-sh
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig 2013-01-06 05:50:56.000000000 +0400
|
||||
+++ configure 2013-09-12 05:48:18.186226351 +0400
|
||||
@@ -11277,10 +11277,10 @@
|
||||
@@ -11277,7 +11277,7 @@
|
||||
USE_OPENSSL=no
|
||||
;;
|
||||
|
||||
@ -8,8 +8,4 @@
|
||||
+ dragonfly* | freebsd*)
|
||||
INCLUDES="-I/usr/local/include"
|
||||
COMMON_CFLAGS="-Wall -DTARGET_BSD -DUSE_OPENSSL"
|
||||
- COMMON_LDFLAGS="-L/usr/local/lib -lpthread"
|
||||
+ COMMON_LDFLAGS="-L/usr/local/lib -pthread"
|
||||
LIBSSL="crypto"
|
||||
USE_OPENSSL=yes
|
||||
;;
|
||||
COMMON_LDFLAGS="-L/usr/local/lib -lpthread"
|
||||
|
Loading…
Reference in New Issue
Block a user