Skip to content

Commit

Permalink
Minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
daviduhden committed Sep 8, 2024
1 parent 38add8e commit d38489b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lumina/patches/patch-src-qt5_OS-detect_pri
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ Index: src-qt5/OS-detect.pri
@@ -47,7 +47,8 @@ isEmpty(OS){

}else : openbsd-*{

OS = OpenBSD
- isEmpty(PREFIX){ PREFIX=/usr/local }
+ isEmpty(L_ETCDIR){ L_ETCDIR=!!SYSCONFDIR!! }
OS = OpenBSD
- LIBS += -L/usr/local/lib -L/usr/lib
+ LIBS += -L!!LOCALBASE!!/lib -L/usr/lib
#Use the defaults for everything else
Expand Down

0 comments on commit d38489b

Please sign in to comment.