diff options
author | sat <sat@FreeBSD.org> | 2008-04-28 06:08:25 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2008-04-28 06:08:25 +0800 |
commit | 725603cef94efaf3b3064f7da3a9da0ed77ef627 (patch) | |
tree | e3253ce245705caa870ffc747b19ad20e08d2195 /emulators | |
parent | 05d1397614708cb7005ddcb156d2b45deaffe6b4 (diff) | |
download | freebsd-ports-gnome-725603cef94efaf3b3064f7da3a9da0ed77ef627.tar.gz freebsd-ports-gnome-725603cef94efaf3b3064f7da3a9da0ed77ef627.tar.zst freebsd-ports-gnome-725603cef94efaf3b3064f7da3a9da0ed77ef627.zip |
- Force ln
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-fc4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-fc4/Makefile b/emulators/linux_base-fc4/Makefile index 7eb3304eed54..7dc0ee2fa586 100644 --- a/emulators/linux_base-fc4/Makefile +++ b/emulators/linux_base-fc4/Makefile @@ -201,7 +201,7 @@ do-install: # Create a hard link to disallow using a FreeBSD native library, but find a # linux one at /lib/obsolete/linuxthreads; soft link happened to be insufficient # - @${LN} ${PREFIX}/lib/librt-2.3.6.so ${PREFIX}/usr/lib/librt.so.1 + @${LN} -f ${PREFIX}/lib/librt-2.3.6.so ${PREFIX}/usr/lib/librt.so.1 post-install: # |