ports/comms/lcdproc/patches/patch-configure

15 lines
295 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Fix packaging on hppa
Index: configure
--- configure.orig
+++ configure
@@ -7025,8 +7025,6 @@ _ACEOF
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking module extension" >&5
$as_echo_n "checking module extension... " >&6; }
case $host in
- hp*|HP*)
- SO=.sl;;
*cygwin*)
SO=.dll;;
*)