mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
- Convert to options target helper - Cosmetic change - Silence patch message - Do not silence installation message - Simplify patch file - Pet portlint: fix diff header of patch file
20 lines
540 B
Text
20 lines
540 B
Text
--- support/shobj-conf.orig 2009-10-28 13:20:21 UTC
|
|
+++ support/shobj-conf
|
|
@@ -128,17 +128,10 @@
|
|
SHOBJ_CFLAGS=-fPIC
|
|
SHOBJ_LD='${CC}'
|
|
|
|
- if [ -x /usr/bin/objformat ] && [ "`/usr/bin/objformat`" = "elf" ]; then
|
|
SHOBJ_LDFLAGS='-shared -Wl,-soname,$@'
|
|
|
|
SHLIB_XLDFLAGS='-Wl,-rpath,$(libdir)'
|
|
SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)'
|
|
- else
|
|
- SHOBJ_LDFLAGS='-shared'
|
|
-
|
|
- SHLIB_XLDFLAGS='-R$(libdir)'
|
|
- SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)'
|
|
- fi
|
|
;;
|
|
|
|
# FreeBSD-4.x and later have only ELF
|