mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/togl: add a soname
in order to be exposed as provided all libraries needs a soname. Reported by: pkg-devel exp-run
This commit is contained in:
parent
2ba7a71504
commit
d3548fbd3c
2 changed files with 12 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= togl
|
PORTNAME= togl
|
||||||
DISTVERSION= 2.0
|
DISTVERSION= 2.0
|
||||||
DISTVERSIONSUFFIX= -src
|
DISTVERSIONSUFFIX= -src
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= graphics tk
|
CATEGORIES= graphics tk
|
||||||
MASTER_SITES= SF/${PORTNAME}/Togl/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/Togl/${PORTVERSION}
|
||||||
DISTNAME= Togl${DISTVERSIONFULL}
|
DISTNAME= Togl${DISTVERSIONFULL}
|
||||||
|
|
11
graphics/togl/files/patch-configure
Normal file
11
graphics/togl/files/patch-configure
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- configure.orig 2025-03-18 12:11:20 UTC
|
||||||
|
+++ configure
|
||||||
|
@@ -11473,7 +11473,7 @@ fi
|
||||||
|
MAKE_STUB_LIB="\${STLIB_LD} -out:\$@ \$(PKG_STUB_OBJECTS)"
|
||||||
|
else
|
||||||
|
MAKE_STATIC_LIB="\${STLIB_LD} \$@ \$(PKG_OBJECTS)"
|
||||||
|
- MAKE_SHARED_LIB="\${SHLIB_LD} -o \$@ \$(PKG_OBJECTS) \${SHLIB_LD_LIBS}"
|
||||||
|
+ MAKE_SHARED_LIB="\${SHLIB_LD} -o \$@ -Wl,-soname,\$@ \$(PKG_OBJECTS) \${SHLIB_LD_LIBS}"
|
||||||
|
MAKE_STUB_LIB="\${STLIB_LD} \$@ \$(PKG_STUB_OBJECTS)"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue