diff options
author | lesi <lesi@FreeBSD.org> | 2005-03-12 16:17:35 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-03-12 16:17:35 +0800 |
commit | dcdaead91a64a2fe1dbd67661869438d289e042a (patch) | |
tree | a4c9307b97630a27cb14bbd5d880b3147387f682 /x11/XFree86-aoutlibs | |
parent | 9e287afa175ad1ea67f4b0b8599c34b1dec7c7b0 (diff) | |
download | freebsd-ports-gnome-dcdaead91a64a2fe1dbd67661869438d289e042a.tar.gz freebsd-ports-gnome-dcdaead91a64a2fe1dbd67661869438d289e042a.tar.zst freebsd-ports-gnome-dcdaead91a64a2fe1dbd67661869438d289e042a.zip |
Unbreak for OSVERSION >= 500113 by not trying to strip installed libraries.
PR: 74190 (based on)
Diffstat (limited to 'x11/XFree86-aoutlibs')
-rw-r--r-- | x11/XFree86-aoutlibs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-aoutlibs/Makefile b/x11/XFree86-aoutlibs/Makefile index 5c706a2b829c..fd5cf182a39c 100644 --- a/x11/XFree86-aoutlibs/Makefile +++ b/x11/XFree86-aoutlibs/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" +STRIP= .endif pre-configure: |