1
0
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:
Tijl Coosemans 2014-09-13 19:20:22 +00:00
parent 7de326695d
commit 67de73a1cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368130
2 changed files with 5 additions and 8 deletions

View File

@ -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

View File

@ -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"