mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
17 lines
395 B
Plaintext
17 lines
395 B
Plaintext
$NetBSD: patch-libcc1_configure,v 1.1 2016/02/02 06:31:36 dbj Exp $
|
|
|
|
Disable multi-os install dir for libcc1
|
|
|
|
--- libcc1/configure.orig 2014-11-21 16:49:17.000000000 +0000
|
|
+++ libcc1/configure
|
|
@@ -14366,9 +14366,6 @@ fi
|
|
|
|
|
|
libsuffix=
|
|
-if test "$GXX" = yes; then
|
|
- libsuffix=`$CXX -print-multi-os-directory`
|
|
-fi
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket libraries" >&5
|